uniter: Removed UpdateStatusSignal and metric timers from export test #29

Merged
merged 2 commits into from Aug 20, 2015

Conversation

Projects
None yet
2 participants

mattyw commented Aug 20, 2015

No description provided.

Owner

wallyworld commented Aug 20, 2015

LGTM

wallyworld added a commit that referenced this pull request Aug 20, 2015

Merge pull request #29 from mattyw/uniter-solver-unit-tests
uniter: Removed UpdateStatusSignal and metric timers from export test

@wallyworld wallyworld merged commit 43880ca into wallyworld:uniter-solver Aug 20, 2015

@mattyw mattyw deleted the mattyw:uniter-solver-unit-tests branch Aug 20, 2015

wallyworld pushed a commit that referenced this pull request Aug 2, 2017

Merge pull request #7690 from burton-swan/lxd-container-space-validation
lxd container space validation for Bug 1685782.

## Description of change
Based on comment #29 of Bug 1685782:
https://bugs.launchpad.net/juju/+bug/1685782
To validate if such issue will occur in Juju.

juju bootstrap aws test
juju spaces
juju subnets
juju add-space testspace <CIDR>
juju spaces
juju deploy ubuntu --constraints "spaces=testspace"
juju status
juju deploy ubuntu ubuntu-lxd --to lxd:<machine_number>
juju status

## QA steps
AWS run:
$ export ENV=parallel-aws
$ export JUJU_DATA=<path_to>/data
$ export JUJU_BIN=<path_to>/bin/juju
$ cd <path_to>/juju/acceptancetests
$ ./assess_lxd_space.py $ENV $JUJU_BIN $JUJU_DATA

This change has been locally tested.

## Documentation changes
N/A

## Bug reference
Not a bug fix but validation instead, see "Description of change".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment