Lines Matching refs:catalog
74 """Verify that refresh updates the publisher catalog if it's
89 # note when the publisher catalog was last updated
90 ts1 = pub.catalog.last_modified
92 # create a copy of the publisher catalog
93 statedir = pub.catalog.meta_root
97 # force a delay so if the catalog is updated we'll notice.
103 # refresh the image catalog
106 # make sure the publisher catalog was updated.
108 ts2 = pub.catalog.last_modified
111 # overwrite the current publisher catalog with the old catalog
116 # make sure the publisher catalog is old
118 ts2 = pub.catalog.last_modified
121 # refresh the image catalog
124 # make sure the publisher catalog was updated
126 ts2 = pub.catalog.last_modified
130 """Verify that refresh updates the image catalog if it's
142 # create a copy of the image catalog
150 # refresh the image catalog
157 # overwrite the current image catalog with the old catalog
162 # refresh the image catalog
180 # refresh the image catalog
188 """Make sure we don't update the image catalog
197 # make sure we've created a local catalog for this publisher
200 # get the image catalog timestamp
203 # force a delay so if the catalog is updated we'll notice.
206 # refresh the image catalog (should be a noop)
209 # make sure the image catalog wasn't updated