> > @BeforeClass(groups = {"integration", "live"}) > @Override > public void setup() { > super.setup(); > virtualGuestApi = api.getVirtualGuestApi(); > + datacenter = Iterables.get(api.getDatacenterApi().listDatacenters(), > 0); > + assertNull(datacenter, "Datacenter must not be null");
Wrong assertion? :see_no_evil: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/838/files#r36746085