Control: tag -1 + pending

Hi Steve,

On Fri, Feb 02, 2018 at 03:56:52PM -0800, Steve Langasek wrote:
> URL: ["https://vagrantcloud.com/debian/artful64";]
> Error: The requested URL returned error: 404 Not Found
> + cleanup
> + vagrant halt
> ==> default: Domain is not created. Please run `vagrant up` first.
> + vagrant destroy -f
> 
> (https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/v/vagrant/20171221_100053_c03fd@/log.gz)
> 
> Could these autopkgtests be adjusted to honor the http_proxy environment?

I don't think the issue is not respecting the proxy settings. Note that
it is looking for `debian/artful64` which would never be found. The
integration testing script needs this change:

diff --cc debian/tests/integration-test
index 23a8ff0,23a8ff0..d86116f
--- a/debian/tests/integration-test
+++ b/debian/tests/integration-test
@@@ -14,7 -14,7 +14,7 @@@ vagrant --versio
 vagrant global-status
 vagrant box list

-stable=$(distro-info --stable)
+stable=$(debian-distro-info --stable)

 mkdir testbox
 cd testbox

I am working on a new upstream release for Debian, which will include
this change.

Attachment: signature.asc
Description: PGP signature

Reply via email to