Lines Matching defs:plandesc
61 import pkg.client.plandesc as plandesc
72 from pkg.client.plandesc import _ActionPlan
132 pd = plandesc.PlanDescription(op)
138 if self.pd.state == plandesc.UNEVALUATED:
144 if self.pd.state < plandesc.EVALUATED_PKGS:
167 plandesc.UNEVALUATED, plandesc.EVALUATED_PKGS,
168 plandesc.EVALUATED_OK]
178 if self.pd.state == plandesc.UNEVALUATED:
200 [plandesc.PREEXECUTED_OK, plandesc.EVALUATED_OK], \
202 plandesc.PREEXECUTED_OK, plandesc.EVALUATED_OK)
204 if self.pd.state == plandesc.PREEXECUTED_OK:
216 self.pd.state = plandesc.PREEXECUTED_OK
715 self.__finish_plan(plandesc.EVALUATED_PKGS)
733 self.__finish_plan(plandesc.EVALUATED_PKGS)
924 self.__finish_plan(plandesc.EVALUATED_PKGS)
942 self.__finish_plan(plandesc.EVALUATED_PKGS,
976 self.__finish_plan(plandesc.EVALUATED_PKGS)
1029 self.__finish_plan(plandesc.EVALUATED_PKGS,
1170 self.__finish_plan(plandesc.EVALUATED_PKGS)
1202 self.__finish_plan(plandesc.EVALUATED_PKGS,
1271 self.__finish_plan(plandesc.EVALUATED_PKGS)
1373 self.__finish_plan(plandesc.EVALUATED_PKGS)
1395 self.pd.state = plandesc.EVALUATED_PKGS
1518 self.__finish_plan(plandesc.EVALUATED_PKGS, fmri_changes=[])
1910 self.__finish_plan(plandesc.EVALUATED_PKGS)
1951 self.__finish_plan(plandesc.EVALUATED_PKGS)
1968 self.__finish_plan(plandesc.EVALUATED_PKGS)
1975 self.pd.state = plandesc.EVALUATED_PKGS
1993 assert self.state >= plandesc.MERGED_OK
1998 assert self.pd.state >= plandesc.MERGED_OK
2003 assert self.pd.state >= plandesc.MERGED_OK
2023 assert self.pd.state >= plandesc.EVALUATED_PKGS
2035 assert self.pd.state >= plandesc.EVALUATED_PKGS
2045 assert self.pd.state >= plandesc.EVALUATED_PKGS
2084 assert self.pd.state >= plandesc.EVALUATED_PKGS
2117 assert self.pd.state >= plandesc.EVALUATED_PKGS
3211 assert self.state >= plandesc.MERGED_OK
3464 assert self.state >= plandesc.MERGED_OK
3515 assert self.pd.state == plandesc.EVALUATED_PKGS, self
4251 self.pd.state = plandesc.MERGED_OK
4629 self.pd.state = plandesc.EVALUATED_OK
4634 if self.pd.state in [plandesc.EVALUATED_PKGS,
4635 plandesc.MERGED_OK]:
4641 elif self.pd.state >= plandesc.EVALUATED_OK:
4655 assert self.pd.state == plandesc.EVALUATED_OK
4661 self.pd.state = plandesc.PREEXECUTED_ERROR
4665 self.pd.state = plandesc.PREEXECUTED_OK
4805 self.pd.state = plandesc.PREEXECUTED_ERROR
4808 self.pd.state = plandesc.PREEXECUTED_OK
4823 assert self.pd.state == plandesc.PREEXECUTED_OK
4829 self.pd.state = plandesc.EXECUTED_ERROR
4897 self.pd.state = plandesc.EXECUTED_OK
5059 self.pd.state = plandesc.EXECUTED_ERROR
5078 self.pd.state = plandesc.EXECUTED_ERROR
5098 self.pd.state = plandesc.EXECUTED_OK