~chad.smith/cloud-init:feature/snap-module

Last commit made on 2018-03-16
Get this branch:
git clone -b feature/snap-module https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
feature/snap-module
Repository:
lp:~chad.smith/cloud-init

Recent commits

eef890a... by Chad Smith

sort keys in assertions to avoid intermittent failures on dict key ordering

5a4cd9e... by Chad Smith

lints/flakes

7c6007d... by Chad Smith

update deprecation messages and add RELEASE_BLOCKER comments for snap, snappy, snap_config

d12719b... by Chad Smith

move instance-data.json integration tests to base class

049c009... by Chad Smith

address simpoir's review comments. fix integration tests with compound comparison on ubuntu & >= bionic

6cebec7... by Chad Smith

flake

f6cde54... by Chad Smith

use regular expression to make command not found messages

b9e1b2b... by Chad Smith

check basic command not found content in a flexible manner that passes on py26, py27 and py3

5b2c1f8... by Chad Smith

util.subp should allow us to pass in a string instead of a list

785603b... by Chad Smith

cc_snap will pass a single element list to util.subp if a given command is a string and shell=True. lint fixes