Searched refs:cmd (Results 1 – 2 of 2) sorted by relevance
/zcbor-3.5.0-3.4.0/ |
D | add_helptext.py | 33 for cmd in commands: 34 stdout, _ = Popen(cmd, stdout=PIPE).communicate()
|
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_zcbor.py | 557 def get_std_args(self, input, cmd="convert"): argument 558 …return ["zcbor", cmd, "--cddl", str(p_manifest12), "--input", str(input), "-t", "SUIT_Envelope_Tag… 561 self.popen_test(self.get_std_args(p_test_vectors12[n], cmd="validate"), "") 564 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout0) 567 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "json"], stdout1) 570 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "yaml"], stdout2) 575 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout3) 578 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cborhex"], stdout4)
|