Lines Matching refs:output

187                 # Test parsable output.
189 out_json = json.loads(self.output)
198 out_json = json.loads(self.output)
224 self.assertTrue("----" in self.output and "UNPACKAGED" in
225 self.output)
389 # Verify the parsable output (if applicable).
392 self.assertEqualParsable(self.output,
396 self.assertEqualParsable(self.output,
578 """Test that the output and exit code works fine for pkg fix."""
584 # Test that the output is expected when the file has only info
588 assert info not in self.output
590 assert info not in self.output
593 assert info in self.output
595 assert info in self.output
598 assert(self.output == "")
600 # Test that the output is expected when the file has both info
603 assert info not in self.output
605 assert info in self.output
607 assert(self.output == "")
628 self.assertTrue("OK" in self.output and file_path not in self.output
629 and pfmri_gss.get_pkg_stem() in self.output)
640 self.assertTrue("OK" not in self.output and "ERROR" in self.output)
641 self.assertTrue(file_path in self.output and \
642 pfmri_gss.get_pkg_stem() in self.output)
655 self.assertTrue(self.output.count("OK") == 2
656 and "ERROR" not in self.output)
657 self.assertTrue(pfmri_krb.get_pkg_stem() in self.output
658 and pfmri_gss.get_pkg_stem() in self.output)
661 self.assertTrue(self.output.count("OK") == 2
662 and "ERROR" not in self.output)
663 self.assertTrue(pfmri_krb.get_pkg_stem() in self.output
664 and pfmri_gss.get_pkg_stem() in self.output)
673 self.assertTrue("OK" not in self.output
674 and self.output.count("ERROR") == 4)
675 self.assertTrue(pfmri_krb.get_pkg_stem() in self.output
676 and pfmri_gss.get_pkg_stem() in self.output)
679 self.assertTrue("OK" not in self.output
680 and self.output.count("ERROR") == 4)
681 self.assertTrue(pfmri_krb.get_pkg_stem() in self.output
682 and pfmri_gss.get_pkg_stem() in self.output)
688 pfmri_krb.get_pkg_stem(anarchy=True)) in self.output)
696 self.output)
698 pfmri_krb.get_pkg_stem(anarchy=True)) in self.output)
719 self.output)
721 pfmri_krb.get_pkg_stem(anarchy=True)) in self.output)
730 self.assertTrue("verify or fix" not in self.output)
732 self.assertTrue("verify or fix" not in self.output)
762 self.output, self.plist)
764 pfmri_sysattr_o.get_pkg_stem(anarchy=True)) in self.output)