Lines Matching refs:popen_test

555     def popen_test(self, args, input="", exp_retcode=0):  member in PopenTest
567 self.popen_test(self.get_std_args(p_test_vectors12[n], cmd="validate"), "")
568 …stdout0, _ = self.popen_test(self.get_std_args(p_test_vectors12[n]) + ["--output", "-", "--output-…
570 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout0)
571 …stdout1, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cbor", "--output", "-", "--o…
573 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "json"], stdout1)
574 …stdout2, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "json", "--output", "-", "--o…
576 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "yaml"], stdout2)
577 …stdout3, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "yaml", "--output", "-", "--o…
581 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout3)
582 …stdout4, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cbor", "--output", "-", "--o…
584 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cborhex"], stdout4)
585 …stdout5, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cborhex", "--output", "-", "…
613 …stdout1, _ = self.popen_test(["zcbor", "convert", "--cddl", str(p_map_bstr_cddl), "--input", str(p…
617 …_, stderr1 = self.popen_test(["zcbor", "code", "--cddl", str(p_map_bstr_cddl), "-t", "map"], "", e…
622 _, stderr1 = self.popen_test(args, "", exp_retcode=2)
628 _, stderr2 = self.popen_test(args + ["--output-c", "/tmp/map.c"], "", exp_retcode=2)
645 …_, __ = self.popen_test(["zcbor", "code", "--cddl", str(p_pet_cddl), "-t", "Pet", "--output-cmake"…
725 …self.popen_test(["zcbor", "validate", "-c", p_yaml_compat_cddl, "-i", p_yaml_compat_yaml, "-t", "Y…
726 …self.popen_test(["zcbor", "validate", "-c", p_yaml_compat_cddl, "-i", p_yaml_compat_yaml, "-t", "Y…
727 …stdout1, _ = self.popen_test(["zcbor", "convert", "-c", p_yaml_compat_cddl, "-i", p_yaml_compat_ya…
728 …stdout2, _ = self.popen_test(["zcbor", "convert", "-c", p_yaml_compat_cddl, "-i", "-", "-o", "-", …