[Yahoo-eng-team] [Bug 1425882] [NEW] Use Neutron in Horizon integration tests job

2015-02-26 Thread Daniel Korn
Public bug reported: Currently, gate-horizon-dsvm-integration job uses Nova Network instead of Neutron, causing network-related patches to fail. Since the integration tests are also planned to test Neutron's networking features within Horizon it only makes sense that Neutron will be deployed.

[Yahoo-eng-team] [Bug 1424344] [NEW] Integration tests - add option to change number of log lines

2015-02-22 Thread Daniel Korn
: Daniel Korn (dkorn) Status: In Progress ** Tags: integration-tests log-lines ** Description changed: The option to change the number of log lines to be shown per instance was added to the settings page. - Therefore, the same option should be added to the integration tests's page

[Yahoo-eng-team] [Bug 1422752] [NEW] securitygroups page and create securitygroup test

2015-02-17 Thread Daniel Korn
Public bug reported: Integration tests should include a securitygroups page under compute/access security, containing the security groups table and functionalities, create securitygroup in particular. There also should be a basic test verifying that creating and deleting a securitygroup works.

[Yahoo-eng-team] [Bug 1406950] [NEW] Decorator for skipping tests hitting known bugs

2015-01-01 Thread Daniel Korn
Importance: Undecided Assignee: Daniel Korn (dkorn) Status: In Progress ** Tags: decorators integration-tests skip-tests ** Changed in: horizon Assignee: (unassigned) = Daniel Korn (dkorn) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1403397] [NEW] Flavors page and create flavor test

2014-12-17 Thread Daniel Korn
: Undecided Assignee: Daniel Korn (dkorn) Status: New ** Tags: flavors integration-tests ** Changed in: horizon Assignee: (unassigned) = Daniel Korn (dkorn) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1399219] [NEW] Collision possibility in random string creation for resources names

2014-12-04 Thread Daniel Korn
Public bug reported: Currently, the way resources names are generated for the integration tests is by concatenating a random integer of a certain interval to a generic string. for example: IMAGE_NAME = 'horizonimage' + str(random.randint(0, 1000)) In view of the fact we need unique resource

[Yahoo-eng-team] [Bug 1399268] [NEW] All integration tests fails on both log_out action in teardown and navigation between pages

2014-12-04 Thread Daniel Korn
Public bug reported: All tests in gate-horizon-dsvm-integration are currently failing. From a first look at the logs it seems they fail on two actions: 1. trying to perform log out. we already had this problem (https://bugs.launchpad.net/horizon/+bug/1391890) and it was fixed in

[Yahoo-eng-team] [Bug 1391482] [NEW] Network status string value should be Titlecase rather then Uppercase

2014-11-11 Thread Daniel Korn
resources, in order to maintain consistency. ** Affects: horizon Importance: Undecided Assignee: Daniel Korn (dkorn) Status: New ** Tags: networks-table status ** Changed in: horizon Assignee: (unassigned) = Daniel Korn (dkorn) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1366495] Re: Integration tests - Error in test_keypair.py

2014-09-08 Thread Daniel Korn
I retested it and now the test passes on master. I have no idea why it didn't work yesterday, anyway the bug is Invalid and can be closed. Tomáš the test still fails in your patch (also written in my review). thanks Tomáš! ** Changed in: horizon Status: New = Invalid -- You received

[Yahoo-eng-team] [Bug 1366495] [NEW] Integration tests - Error in test_keypair.py

2014-09-07 Thread Daniel Korn
Public bug reported: Test_keypair.py fails when running it on an up-to-date devstack environment (the one I used: commit c268f36350ef21f03fdb49475a635e30c89695b7) probably due to changes in the key pairs table. The test fails when trying to check that the keypair was created (verifying it

[Yahoo-eng-team] [Bug 1355748] [NEW] Integration tests - Chrome and IE webdrivers

2014-08-12 Thread Daniel Korn
Public bug reported: Currently the Integration tests only uses Selenium's FirefoxDriver, making Firefox the sole browser being tested. Selenium WebDriver also support ChromeDriver and InternetExplorerDriver and few other less interesting browsers (IMHO at least). The integration tests should

[Yahoo-eng-team] [Bug 1354824] [NEW] Integration tests - switch_window method

2014-08-10 Thread Daniel Korn
pop-ups. I would suggest implement a switch_window method in pageobject.py with options to switch windows by: - window name - window handle index ** Affects: horizon Importance: Undecided Assignee: Daniel Korn (dkorn) Status: In Progress ** Tags: integration-tests switch

[Yahoo-eng-team] [Bug 1354017] [NEW] Integration tests - base class for all web element objects

2014-08-07 Thread Daniel Korn
patch (https://review.openstack.org/#/c/102227/). ** Affects: horizon Importance: Undecided Assignee: Daniel Korn (dkorn) Status: New ** Tags: basewebelement design integration-tests webelements ** Changed in: horizon Assignee: (unassigned) = Daniel Korn (dkorn) -- You

[Yahoo-eng-team] [Bug 1350408] [NEW] integration tests - Verify Help button redirects to the right URL

2014-07-30 Thread Daniel Korn
#General ** Affects: horizon Importance: Undecided Assignee: Daniel Korn (dkorn) Status: In Progress ** Tags: help help-button integration-tests ** Changed in: horizon Assignee: (unassigned) = Daniel Korn (dkorn) ** Changed in: horizon Status: New = In Progress

[Yahoo-eng-team] [Bug 1348232] [NEW] Integration tests - Pageobjects location should match horizon's structure

2014-07-24 Thread Daniel Korn
Public bug reported: The directories structure of the Pageobjects, used for Horizon integration tests, should match the dashboard's organization. Example openstack_dashboard/test/integration_tests/pages/ openstack_dashboard/test/integration_tests/pages/admin/

[Yahoo-eng-team] [Bug 1338630] [NEW] Integration test should run full screen

2014-07-07 Thread Daniel Korn
Public bug reported: Integration tests using Selenium Webdriver are currently running in a medium size window (Selenium's defualt size for Firefox browser). Maximizing the Firefox's window size requires a simple change and will improve the tests display on run time. TODO: - Add

[Yahoo-eng-team] [Bug 1333144] [NEW] Jenkins fails patch verification on: ConnectionError: HTTPConnectionPool(host='public.nova.example.com', port=8774): Max retries exceeded

2014-06-23 Thread Daniel Korn
Public bug reported: Jenkins fails on three tests: == gate-horizon-python26 gate-horizon-python27 gate-horizon-python27-django14 The error that repeats in the log files is: 14-06-22 20:18:42.483 | ERROR: