lp://staging/~hduran-8/goose/testservice_errors
- Get this branch:
- bzr branch lp://staging/~hduran-8/goose/testservice_errors
Branch merges
- Juju Engineering: Pending requested
-
Diff: 681 lines (+223/-58)5 files modifiedtestservices/errors.go (+137/-0)
testservices/errors_test.go (+29/-0)
testservices/novaservice/service.go (+21/-21)
testservices/novaservice/service_test.go (+33/-33)
testservices/service.go (+3/-4)
Branch information
Recent revisions
- 119. By Andrew Wilkins
-
[r=axwalk] http: close response body if unused
BinaryRequest calls may discard the response
without closing it. This was causing sockets
to be left open in juju-core/provider/ openstack
tests, leading to test failures. - 118. By John A Meinel
-
[r=jameinel],[bug=1226996] panic if we get bad requests
It turns out that if you don't supply CIDR or GroupId Openstack just
sets CIDR to 0.0.0.0/0. We don't want to rely on that behavior, so
this just changes the goose test double to panic if it got that
situation.This can't land until we land my updated Juju branch (or the test
suite will appropriately fail with panic().) - 117. By Dave Cheney
-
[r=dave-cheney] Make test pass on gccgo 4.8
gccgo 4.8 and 4.9 have a different view on the number of callers on the call stack.
Attempt to detect the correct value automatically.
- 116. By Martin Packman
-
[r=gz] Add networks attribute to RunServer params
This enables the starting of a server on a specific
network, which is required for some situations where
multiple networks exist.This is not well tested at present, to do a proper job some
more network related operations need to be added so the
tests can do real operations.https:/
/codereview. appspot. com/56670043/ R=natefinch
- 115. By Martin Packman
-
[r=gz] Add support for network listing api call
Lists networks using the os-networks extension, which may backend
onto either neutron or nova-network. This should provide a baseline
of support even where the neutron api is not available.Goose doesn't yet support detecting if a given extension is supported,
that would be nice here as we'll want to know which of neutron,
os-networks, and os-tenant-networks are usable.https:/
/codereview. appspot. com/50630044/ R=dimitern
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/goose