Home | History | Annotate | Download | only in xml-generator

Lines Matching refs:TestVector

43 class TestVector:
50 def __init__(self, pfConfig, testVector):
58 if testVector.initialSettings:
59 self.command += ["--initial-settings", testVector.initialSettings]
60 if testVector.edds:
61 self.command += ["--add-edds"] + testVector.edds
62 if testVector.domains:
63 self.command += ["--add-domains"] + testVector.domains
91 vector_dir = os.path.join(basedir, "testVector")
98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml"),
116 vector = TestVector(edds=[os.path.join(vector_dir, "conflicting.pfw")])
125 empty_vector = TestVector()