Lines Matching refs:url
312 # 3. use urllib to pull the url for the file again, verify
385 self.pkg("-R {img} set-publisher -g {url} {pub}".format(
387 url=dc.get_repo_url(), pub=name))
398 url = "http://localhost:{port}/{pub}/{hash}/".format(
403 self.pkg_image_create(prefix=pub, repourl=url)
417 # create a version of this url with a symlink, to ensure we
439 url = "http://localhost:{port}/test1/{hash}/".format(
441 self.pkg_image_create(prefix="test1", repourl=url)
569 url = "http://localhost:{port}/test1/{hash}/".format(
572 self.debug("using {0} as repo url".format(url))
573 self.pkg_image_create(prefix="test1", repourl=url)
585 # publisher url
652 """Given a url substring and an expected error code,
654 for a url constructed from that part."""
655 url = "http://localhost:{0}/{1}".format(
658 resp = urlopen(url, None, None)
662 "url {0} returned: {1}".format(url, e))
665 # Python 3's http.client try to encode the url with
710 url = "http://localhost:{0}/test1/{1}/{2}".format(
712 resp = urlopen(url, None, None)