Lines Matching refs:output

319                 self.assertEqualParsable(self.output, add_packages=[plist[0]],
438 # output order is not stable in Python 3
491 # output order is not stable in Python 3
506 self.assertTrue("restart_fmri" in self.output)
509 self.assertTrue("suspend_fmri" in self.output
510 and "disable_fmri" not in self.output)
513 self.assertTrue("suspend_fmri" not in self.output
514 and "disable_fmri" in self.output)
517 self.assertTrue("suspend_fmri" not in self.output and
518 "disable_fmri" not in self.output)
522 self.assertTrue("restart_fmri" in self.output and
523 "refresh_fmri" in self.output and
524 "suspend_fmri" not in self.output and
525 "disable_fmri" not in self.output)
655 self.output.index("bobcats are fun!")
658 self.output.index("wombats are fun!")
661 self.output.index("no animals")
662 # check that no output is seen w/o must-display and -v,
665 assert self.output.find("no vegetables") == -1
671 self.output.index("bobcats are fun!")
675 self.output.index("Release notes")
676 # check that we list them in the -l output
678 self.output.index("Release Notes")
681 self.output.index("bobcats are fun!")
684 self.output.index("Yes")
692 self.output.index("multi-line release notes")
693 self.output.index("should work too,")
694 self.output.index("we'll see if they do.")
697 assert self.output.find("Release notes") == -1
699 # no output expected here since baz@1.0 isn't part of original image.
701 assert self.output.find("multi-line release notes") == -1
708 self.output.index("multi-line release notes")
709 self.output.index("should work too,")
710 self.output.index("we'll see if they do.")
716 force_text(self.output, "utf-8").index(u"Моё судно на воздушной подушке полно угрей")
717 force_text(self.output, "utf-8").index(u"Eels are best smoked")
719 force_text(self.output, "utf-8").index(u"Моё судно на воздушной подушке полно угрей")
720 force_text(self.output, "utf-8").index(u"Eels are best smoked")
727 force_text(self.output, "utf-8").index(u"Моё судно на воздушной подушке полно угрей")
728 force_text(self.output, "utf-8").index(u"Eels are best smoked")
735 uni_out = force_text(self.output, "utf-8")
751 uni_out = force_text(self.output, "utf-8")
768 # find name of file containing release notes in output.
769 for field in force_text(self.output, "utf-8").split(u" "):
776 assert "output file not found" == 0