Searched defs:signature (Results 1 - 2 of 2) sorted by relevance

/pkg/src/tests/api/
H A Dt_action.py37 import pkg.actions.signature as signature namespace
90 "signature 12345 algorithm=foo",
138 action.fromstr("signature 12345 algorithm=foo")
380 "signature 54321 algorithm=baz")
388 # If s2 is None, then s was a different signature
407 # Test that the sig_str of a signature action other than the
410 "signature 98765 algorithm=foobar")
517 "signature 12345 pkg.cert=bar")
691 # Verify signature actio
[all...]
/pkg/src/tests/cli/
H A Dt_pkgsign.py45 import pkg.actions.signature as signature namespace
102 add signature tmp/example_file value=d2ff algorithm=sha256 variant.arch=i386
186 self.pkg("set-property signature-policy ignore")
190 self.pkg("set-property signature-policy verify")
194 self.pkg("set-property signature-policy require-signatures")
200 self.pkg("set-property signature-policy require-names foo")
207 self.pkg("unset-property signature-policy")
209 self.pkg("set-publisher --set-property signature-policy=ignore "
214 self.pkg("set-publisher --set-property signature
[all...]

Completed in 46 milliseconds