yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32971
[Bug 1456294] [NEW] test_user_create_delete fails
Public bug reported:
When running the integration tests with selenium test_user_create_delete
fails with an assertException. I set Sahara to False in the horizon.conf
file. This is an unmodified horizon otherwise
git clone https://git.openstack.org/openstack-dev/devstack -b stable/kilo
./stack.sh
./run_tests.sh --with-selenium --selenium-headless --integration 2>&1 | tee my_log.log
Traceback (most recent call last):
File "/opt/stack/horizon/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py", line 26, in test_create_delete_user
self.assertTrue(users_page.is_user_present(self.USER_NAME))
File "/opt/stack/horizon/.venv/local/lib/python2.7/site-packages/unittest2/case.py", line 678, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true
All other integration tests pass
** Affects: horizon
Importance: Undecided
Status: New
** Tags: integration-tests
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1456294
Title:
test_user_create_delete fails
Status in OpenStack Dashboard (Horizon):
New
Bug description:
When running the integration tests with selenium
test_user_create_delete fails with an assertException. I set Sahara to
False in the horizon.conf file. This is an unmodified horizon
otherwise
git clone https://git.openstack.org/openstack-dev/devstack -b stable/kilo
./stack.sh
./run_tests.sh --with-selenium --selenium-headless --integration 2>&1 | tee my_log.log
Traceback (most recent call last):
File "/opt/stack/horizon/openstack_dashboard/test/integration_tests/tests/test_user_create_delete.py", line 26, in test_create_delete_user
self.assertTrue(users_page.is_user_present(self.USER_NAME))
File "/opt/stack/horizon/.venv/local/lib/python2.7/site-packages/unittest2/case.py", line 678, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true
All other integration tests pass
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1456294/+subscriptions
Follow ups
References