~wesley-wiedenmeier/curtin/uefi-test

  • Committer: Scott Moser
  • Date: 2016-01-09 01:26:23 UTC
  • mfrom: (337.1.2 trunk.fix-mirroring)
  • Revision ID: smoser@ubuntu.com-20160109012623-y1jbd7lk6rw5x1ic
Further cleanups on syncing images

This clears up some of the unexpected behavior of syncing images. Much of
the confusion was because sstream-mirror keeps internal information in
.data/ that sstream-query does not read. The result is that:
  sstream-mirror <remote> <local> <filters>
and then a
  sstream-query <local> <other_filters>

would show results as if <other_filters> had been mirrored even though
the files were not present.

We clean that up. Now, get_images will ensure that the data you were
after is present.

Also, we no longer attempt mirror on every setUpClass. That could result
in one Precise test running with one image and the next Precise test
running with another image. This will only run a mirror once for a given
set of filters during a nosetests run.
Filename Latest Rev Last Changed Committer Comment Size
..
bin 7 10 years ago Scott Moser initial stub multi-command Diff
curtin 7 10 years ago Scott Moser initial stub multi-command Diff
debian 9 10 years ago Scott Moser add initial packaging Diff
doc 2 11 years ago Scott Moser very rough initial doc using sphynx. Diff
examples 45 10 years ago Scott Moser add examples dir Diff
helpers 25 10 years ago Scott Moser block-meta simple now partitions with 'partition' Diff
tests 8 10 years ago Scott Moser make test (with 1 test) Diff
tools 8 10 years ago Scott Moser make test (with 1 test) Diff
.bzrignore 228 8 years ago Scott Moser add tox for easier testing 23 bytes Diff Download File
LICENSE 6 10 years ago Scott Moser add LICENSE file 33.7 KB Diff Download File
Makefile 318.1.1 8 years ago Scott Moser vmtests: invoke nosetests3 with --nologcapture Wh 932 bytes Diff Download File
README 1 11 years ago Scott Moser initial README 163 bytes Diff Download File
requirements.txt 333.1.1 8 years ago Scott Moser add running of pylint for python27 and python34 T 114 bytes Diff Download File
setup.py 254.1.1 8 years ago Scott Moser add reporter.legacy to modules 768 bytes Diff Download File
test-requirements.txt 333.1.1 8 years ago Scott Moser add running of pylint for python27 and python34 T 19 bytes Diff Download File
tox.ini 333.1.1 8 years ago Scott Moser add running of pylint for python27 and python34 T 1.1 KB Diff Download File