~wesley-wiedenmeier/cloud-init:integration-testing-selective-rebase

Last commit made on 2016-12-15
Get this branch:
git clone -b integration-testing-selective-rebase https://git.launchpad.net/~wesley-wiedenmeier/cloud-init
Only Wesley Wiedenmeier can upload to this branch. If you are Wesley Wiedenmeier please log in for upload directions.

Branch merges

Branch information

Name:
integration-testing-selective-rebase
Repository:
lp:~wesley-wiedenmeier/cloud-init

Recent commits

e022afd... by Wesley Wiedenmeier

Remove modules/debug as replaced with modules/debug_{enable,disable}

f481d57... by Joshua Powers

Messed up the key

437b2aa... by Joshua Powers

Updating key for test

1d306df... by Joshua Powers

Removing bad bashisms and SSH keys

Disabling the SSH tests that utilize my own key untill we have a
function to create keys on the fly. Also removing numerous bashisms.

31ea529... by Joshua Powers

Using generic ppa and sources to test/dev options

Updating PPA and other sources.list tests to no longer use my personal
information. This will use the generic cloud-init testing and
development information. Also modifies the tox config to only run the
tests under unittests.

8e8f2f8... by Wesley Wiedenmeier

Output installed cloud-init version at end of setup_image

17a919f... by Wesley Wiedenmeier

Change behavior of upgrade in setup_image

 - The --upgrade flag only upgrades cloud-init
 - The --upgrade-full flag has been added to do full system upgrade

24a036b... by Wesley Wiedenmeier

Modify error handling behavior for in-target commands

 - add util.InTargetExecuteError, from cloudinit.util.ProcessExecutionError
 - by default raise InTargetExecuteError when command has non-zero exit
 - allow description to be passed in to run_script and execute calls
 - pass in description from setup_image, remove old error handling
 - ignore non-zero exit in collect.collect_script

27207a0... by Wesley Wiedenmeier

Exclude cloud_tests unittests in tox py3 env as not for use outside framework

0e82e43... by Wesley Wiedenmeier

Pull in files that were slightly damaged during rebase from clean copy