The openstack_dashboard.test.integration_tests.pages.keypairpage ModuleΒΆ

class openstack_dashboard.test.integration_tests.pages.keypairpage.KeypairPage(driver, conf)[source]

Bases: openstack_dashboard.test.integration_tests.pages.basepage.BasePage

create_keypair(keypair_name)[source]
delete_keypair(keypair_name)[source]
get_keypair_status(keypair_name)[source]
keypair_create[source]
keypair_delete_cnf_button[source]
keypair_name_field[source]
keypair_submit_button[source]

Previous topic

The openstack_dashboard.test.integration_tests.pages.loginpage Module

Next topic

The openstack_dashboard.test.integration_tests.pages.settingspage Module

This Page