Beispiel #1
0
def run_test_remote(private=True):
    """ Use existing tempest configuration file on devstack box and run tests with it remotely """
    prepare_devstack(web=False, copy=False, remote=True, private=private)
    run_remote_tests()
Beispiel #2
0
def run_test_custom_file(private=True):
    """ Configure tempest on devstack with custom configuration and run tests with newly created file locally """
    prepare_devstack(web=True, copy=False, remote=False, private=private)
    run_tests()
Beispiel #3
0
def run_test_ready_file(private=True):
    """ Use existing tempest configuration file in current directory and run tests with it locally """
    prepare_devstack(web=False, copy=False, remote=False, private=private)
    run_tests()
Beispiel #4
0
def run_test_original_file(private=True):
    """ Copy tempest configuration from devstack installation and run tests with it locally """
    prepare_devstack(web=False, copy=True, remote=False, private=private)
    run_tests()
Beispiel #5
0
def run_test_remote(private=True):
    """ Use existing tempest configuration file on devstack box and run tests with it remotely """
    prepare_devstack(web=False, copy=False, remote=True, private=private)
    run_remote_tests()
Beispiel #6
0
def run_test_ready_file(private=True):
    """ Use existing tempest configuration file in current directory and run tests with it locally """
    prepare_devstack(web=False, copy=False, remote=False, private=private)
    run_tests()
Beispiel #7
0
def run_test_custom_file(private=True):
    """ Configure tempest on devstack with custom configuration and run tests with newly created file locally """
    prepare_devstack(web=True, copy=False, remote=False, private=private)
    run_tests()
Beispiel #8
0
def run_test_original_file(private=True):
    """ Copy tempest configuration from devstack installation and run tests with it locally """
    prepare_devstack(web=False, copy=True, remote=False, private=private)
    run_tests()