Home | History | Annotate | Download | only in configure

Lines Matching refs:ET

28 from xml.etree import cElementTree as ET
217 configuration = ET.Element('configuration', {
220 file_pusher = ET.SubElement(configuration, 'target_preparer',
224 python_preparer = ET.SubElement(configuration, 'target_preparer',
226 test = ET.SubElement(configuration, 'test', {'class': VTS_TEST_CLASS})
243 ET.SubElement(file_pusher, 'option',
249 ET.SubElement(file_pusher, 'option', {
254 ET.SubElement(file_pusher, 'option', {
259 ET.SubElement(file_pusher, 'option', {
265 ET.SubElement(file_pusher, 'option', {
270 ET.SubElement(file_pusher, 'option', {
280 ET.SubElement(file_pusher, 'option',
298 ET.SubElement(file_pusher, 'option',
305 ET.SubElement(file_pusher, 'option',
310 ET.SubElement(file_pusher, 'option',
316 ET.SubElement(file_pusher, 'option',
324 ET.SubElement(file_pusher, 'option',
329 ET.SubElement(file_pusher, 'option',
339 ET.SubElement(test, 'option',
345 ET.SubElement(test, 'option', {
350 ET.SubElement(
359 ET.SubElement(test, 'option', {
366 ET.SubElement(test, 'option', {
372 ET.SubElement(test, 'option', {
376 ET.SubElement(test, 'option', {
381 ET.SubElement(test, 'option', {
385 ET.SubElement(test, 'option', {
394 ET.SubElement(test, 'option',
399 ET.SubElement(test, 'option',
403 ET.SubElement(test, 'option', {
407 ET.SubElement(test, 'option',
423 rough_string = ET.tostring(elem, 'utf-8')