Example #1
0
def test_soak_upgrade_downgrade():
    """ Assumes that the install options file is placed in the repo root directory by the user.
    """
    with open('elastic.json') as options_file:
        install_options = json.load(options_file)
    sdk_test_upgrade.soak_upgrade_downgrade(PACKAGE_NAME, DEFAULT_TASK_COUNT,
                                            install_options)
Example #2
0
def test_soak_upgrade_downgrade():
    """Install the Cassandra Universe package and attempt upgrade to master.

    Assumes that the install options file is placed in the repo root."""
    with open('cassandra.json') as options_file:
        install_options = json.load(options_file)

    sdk_test_upgrade.soak_upgrade_downgrade(PACKAGE_NAME, DEFAULT_TASK_COUNT,
                                            install_options)
Example #3
0
def test_soak_upgrade_downgrade():
    sdk_test_upgrade.soak_upgrade_downgrade(PACKAGE_NAME, PACKAGE_NAME,
                                            DEFAULT_TASK_COUNT)