Lines Matching refs:astr
268 def __assert_action_str(self, astr, expected, expattrs):
271 act = action.fromstr(astr)
314 astr = "file {0} path=usr/bin/foo mode=0755 owner=root group=bin"
316 a = action.fromstr(astr.format(k))
333 for astr in (
337 self.__assert_action_str(astr, expected, expattrs)
342 for astr in (
345 self.__assert_action_str(astr, expected, expattrs)
352 for astr in (
371 self.__assert_action_str(astr, expected, expattrs)
373 astr = 'file path=etc/foo\nfacet.debug=true'
376 self.__assert_action_str(astr, expected, expattrs)
531 def assertActionError(astr,
533 bad_act = action.fromstr(astr)
540 astr))