Lines Matching defs:pkg
33 import pkg.client.api_errors as api_errors
34 import pkg.client.progress as progress
35 import pkg.fmri as fmri
36 import pkg.nrlock as nrlock
149 # Verify that the pkg process will fail if the image is locked.
150 self.pkg("install foo", exit=7)
154 self.pkg("install foo")
165 self.pkg("uninstall foo")
190 # Verify that both pkg install and refresh generate an error
192 self.pkg("install foo", su_wrap=True, exit=1)
195 self.pkg("refresh --full", su_wrap=True, exit=1)