Merge lp://qastaging/~1chb1n/ubuntu-openstack-ci/func-test-update into lp://qastaging/ubuntu-openstack-ci

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 409
Proposed branch: lp://qastaging/~1chb1n/ubuntu-openstack-ci/func-test-update
Merge into: lp://qastaging/ubuntu-openstack-ci
Diff against target: 3861 lines (+28/-3252)
76 files modified
operate/deprecated/650-boot-nova-nothings.sh (+0/-37)
operate/deprecated/651-ping-nova-nothings.sh (+0/-20)
operate/deprecated/655-delete-nova-nothings.sh (+0/-28)
operate/deprecated/820-tarmac-credentials-distribute.sh (+0/-32)
operate/deprecated/826-sources-list-distribute.sh (+0/-26)
operate/deprecated/900-apt-upgrade-all.sh (+0/-8)
operate/deprecated/902-reinstall-juju-all-slaves.sh (+0/-39)
operate/deprecated/910-bounce-all.sh (+0/-23)
operate/deprecated/911-bounce-master.sh (+0/-19)
operate/deprecated/912-bounce-slaves.sh (+0/-23)
operate/deprecated/913-shutdown-all.sh (+0/-22)
operate/deprecated/914-shutdown-master.sh (+0/-20)
operate/deprecated/915-shutdown-slaves.sh (+0/-23)
operate/deprecated/916-nova-start-all.sh (+0/-21)
operate/deprecated/920-juju-bootstrap-all.sh (+0/-16)
operate/deprecated/924-check-juju-enviros.sh (+0/-15)
operate/deprecated/925-juju-destroy-all.sh (+0/-33)
operate/deprecated/926-juju-delete-enviro-files-all.sh (+0/-42)
operate/deprecated/930-images-delete.sh (+0/-27)
operate/deprecated/940-jenkins-master-info.sh (+0/-20)
operate/deprecated/945-juju-gui-info.sh (+0/-20)
operate/deprecated/946-units-meminfo.sh (+0/-13)
operate/deprecated/950-delete-osci-nets-and-subs.sh (+0/-27)
operate/deprecated/955-float-ip-delete-unassociated.sh (+0/-26)
operate/deprecated/990-restart-jenkins-master-service.sh (+0/-9)
operate/deprecated/991-restart-jenkins-slaves-services.sh (+0/-15)
run/job-parts/build_amulet_smoke.sh (+0/-48)
run/job-parts/build_func_test.sh (+14/-14)
run/job-parts/build_git_deploy_test.sh (+0/-75)
run/job-parts/build_openstack_bundles_runner.sh (+0/-21)
run/job-parts/deprecated/build_charm_whoami_check.py (+0/-41)
run/job-parts/deprecated/build_deployer_quickcheck.sh (+0/-39)
run/job-parts/deprecated/build_foo.py (+0/-29)
run/job-parts/deprecated/build_juju_bootstrap.sh (+0/-23)
run/job-parts/deprecated/build_juju_deploy_single_charm.sh (+0/-48)
run/job-parts/deprecated/build_juju_stat.sh (+0/-17)
run/job-parts/deprecated/build_maint_nodes.sh (+0/-28)
run/job-parts/deprecated/build_nova_list_overcloud.sh (+0/-14)
run/job-parts/deprecated/build_nova_list_undercloud.sh (+0/-14)
run/job-parts/deprecated/build_osi.sh (+0/-98)
run/job-parts/deprecated/build_sync_gh2lp.sh (+0/-22)
run/job-parts/deprecated/build_sync_lp2gh.sh (+0/-22)
run/job-parts/deprecated/juju1_bighammer_destroy.sh (+0/-154)
run/job-parts/deprecated/juju1_deploy_ok.sh (+0/-117)
run/job-parts/deprecated/osci_apt_common.sh (+0/-13)
run/job-parts/deprecated/osci_juju1_common.sh (+0/-92)
run/job-parts/deprecated/osci_juju_common.sh (+0/-67)
run/job-parts/deprecated/osci_jujudevel_common.sh (+0/-118)
run/job-parts/deprecated/osci_osi_common.sh (+0/-268)
run/job-parts/deprecated/part_nova_delete_error_instances.sh (+0/-19)
run/job-parts/deprecated/part_reset_branch_trigger.sh (+0/-3)
run/job-parts/deprecated/part_reset_mp_trigger.sh (+0/-3)
run/job-parts/deprecated/trigger_by_branch_scanner.sh (+0/-54)
run/job-parts/deprecated/trigger_by_mojo_group.sh (+0/-189)
run/job-parts/deprecated/trigger_by_mp_scanner.sh (+0/-54)
run/job-parts/func_exec.sh (+1/-2)
run/job-parts/get_pkg_info.sh (+0/-9)
run/job-parts/osci_gerrit_common.sh (+1/-15)
run/job-parts/osci_job_common.sh (+1/-135)
run/job-parts/osci_layerci_common.sh (+1/-1)
run/job-parts/osci_openstack_common.sh (+9/-391)
run/job-parts/osci_repos_common.sh (+0/-23)
run/job-parts/part_gerrit_review.sh (+1/-0)
run/job-parts/part_system_tools_refresh.sh (+0/-4)
run/job-parts/part_tempstack_configure.sh (+0/-11)
run/job-parts/part_workspace_cleanup.sh (+0/-7)
run/populate/deprecated/amulet-properties.tmpl (+0/-6)
run/populate/deprecated/create_credentials.py (+0/-49)
run/populate/deprecated/deploy-properties.tmpl (+0/-8)
run/populate/deprecated/juju-proposed-url-watch.txt (+0/-12)
run/populate/deprecated/lint-properties.tmpl (+0/-6)
run/populate/deprecated/mappings.yaml (+0/-244)
run/populate/deprecated/mojo-properties.tmpl (+0/-3)
run/populate/deprecated/mp-comment.tmpl (+0/-4)
run/populate/deprecated/tarmac.conf.tmpl (+0/-7)
run/populate/deprecated/unit-properties.tmpl (+0/-7)
To merge this branch: bzr merge lp://qastaging/~1chb1n/ubuntu-openstack-ci/func-test-update
Reviewer Review Type Date Requested Status
David Ames (community) Approve
Review via email: mp+352814@code.qastaging.launchpad.net

Commit message

Make functional test naming generic and deprecate unused legacy bits

The functional tests may run amulet or zaza based on each
repo's tox definitions.

Leave symlink shims in for legacy amulet jobs until the
corresponding jobs are all updated to point to the new
generic runner file.

Remove several unused legacy amulet helpers.

Description of the change

Make functional test naming generic and deprecate unused legacy bits

The functional tests may run amulet or zaza based on each
repo's tox definitions.

Leave symlink shims in for legacy amulet jobs until the
corresponding jobs are all updated to point to the new
generic runner file.

Remove several unused legacy amulet helpers.

To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

Reviewer tip:

Look for "func_test" and "amulet_test" - those are the core of this change.

While we had osci churning over this branch, I also removed deprecated and unused things.

Revision history for this message
Ryan Beisner (1chb1n) wrote :

Also, everything which was already in a deprecated/ dir, was not called or referenced by anything.

Revision history for this message
David Ames (thedac) wrote :

Nice cleanup. LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches