Skip to content

Conversation

@prachiyadav
Copy link

No description provided.

@mattmahoneyrh
Copy link
Contributor

Encountered the following error when running the test class for the 1st time:

  provs.crosslink_topology()

tests/test_openshift_provider.py:28:


views/topology_crosslink.py:27: in crosslink_topology
self.web_driver.find_element_by_xpath(".//*[@title='Name: hawkular-services Type: Container Status: Unknown").click().click()
/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py:290: in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py:744: in find_element
{'using': by, 'value': value})['value']
/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py:233: in execute
self.error_handler.check_response(response)


@mattmahoneyrh
Copy link
Contributor

Also, if the Container Provider has already been added, the 2nd attempt to run the test class fails:

Name has already been taken

@prachiyadav
Copy link
Author

Working on it

@mattmahoneyrh
Copy link
Contributor

Will you please set up a demo when you feel the code is ready to merge?

@mattmahoneyrh
Copy link
Contributor

mattmahoneyrh commented Dec 15, 2017

Encountered a couple issues with method verify_hawkular_Services_crosslink():

  1. The timeout loop appears never to timeout, hung in continuous loop.
  2. The server selected will click on any 'Local' whether it is running in a container or otherwise, but should click only on a Server that is running in a container, such as the Middleware Provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants