Home
last modified time | relevance | path

Searched refs:result_xml (Results 1 – 25 of 46) sorted by relevance

12

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_is_is_interface/tests/netconf/
H A Dce_is_is_interface.yaml56 register: result_xml
61 - "'<ifName>10GE1/0/1</ifName>' in result_xml.end_state.result"
66 - "'<silentCost>true</silentCost>' in result_xml.end_state.result"
68 - "'<snpaCheck>true</snpaCheck>' in result_xml.end_state.result"
72 - "'<level1Cost>10</level1Cost>' in result_xml.end_state.result"
73 - "'<level2Cost>10</level2Cost>' in result_xml.end_state.result"
104 register: result_xml
109 - "'<ifName>10GE1/0/1</ifName>' not in result_xml.end_state.result"
116 - "'<snpaCheck>true</snpaCheck>' not in result_xml.end_state.result"
120 - "'<level1Cost>10</level1Cost>' not in result_xml.end_state.result"
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/
H A Dtest_ce_isis_view_basic.yaml45 register: result_xml
56 - "'<instanceId>100</instanceId>' in result_xml.end_state.result"
57 - "'<vpnName>_public_</vpnName>' in result_xml.end_state.result"
58 - "'<description>ISIS</description>' in result_xml.end_state.result"
59 - "'<isLevel>level_1</isLevel>' in result_xml.end_state.result"
60 - "'<costStyle>narrow</costStyle>' in result_xml.end_state.result"
62 - "'<stdLevel1Cost>60</stdLevel1Cost>' in result_xml.end_state.result"
64 - "'<stdbandwidth>100</stdbandwidth>' in result_xml.end_state.result"
95 register: result_xml
102 - "'<vpnName>_public_</vpnName>' not in result_xml.end_state.result"
[all …]
H A Dtest_ce_isis_import.yaml58 register: result_xml
69 - "'<protocol>ospf</protocol>' in result_xml.end_state.result"
70 - "'<processId>100</processId>' in result_xml.end_state.result"
71 - "'<costType>external</costType>' in result_xml.end_state.result"
72 - "'<cost>10</cost>' in result_xml.end_state.result"
73 - "'<tag>10</tag>' in result_xml.end_state.result"
78 - "'<permitIbgp>true</permitIbgp>' in result_xml.end_state.result"
105 register: result_xml
111 - "'<protocol>ospf</protocol>' not in result_xml.end_state.result"
114 - "'<cost>10</cost>' not in result_xml.end_state.result"
[all …]
H A Dtest_ce_issi_default.yaml51 register: result_xml
62 - "'<tag>100</tag>' in result_xml.end_state.result"
63 - "'<defaultMode>always</defaultMode>' in result_xml.end_state.result"
65 - "'<cost>10</cost>' in result_xml.end_state.result"
66 - "'<tag>10</tag>' in result_xml.end_state.result"
67 - "'<levelType>level_1</levelType>' in result_xml.end_state.result"
68 - "'<avoidLearning>true</avoidLearning>' in result_xml.end_state.result"
95 register: result_xml
101 - "'<tag>100</tag>' not in result_xml.end_state.result"
104 - "'<cost>10</cost>' not in result_xml.end_state.result"
[all …]
H A Dtest_ce_isis_l1tol2.yaml51 register: result_xml
62 - "'<tag>100</tag>' in result_xml.end_state.result"
64 - "'<allowUpdown>true</allowUpdown>' in result_xml.end_state.result"
65 - "'<aclNumOrName>3001</aclNumOrName>' in result_xml.end_state.result"
66 - "'<ipPrefix>prefix_name</ipPrefix>' in result_xml.end_state.result"
67 - "'<allowFilter>true</allowFilter>' in result_xml.end_state.result"
94 register: result_xml
100 - "'<tag>100</tag>' in result_xml.end_state.result"
102 - "'<allowUpdown>true</allowUpdown>' not in result_xml.end_state.result"
104 - "'<ipPrefix>prefix_name</ipPrefix>' not in result_xml.end_state.result"
[all …]
H A Dtest_ce_isis_l2tol1.yaml51 register: result_xml
62 - "'<tag>100</tag>' in result_xml.end_state.result"
64 - "'<allowUpdown>true</allowUpdown>' in result_xml.end_state.result"
65 - "'<aclNumOrName>3001</aclNumOrName>' in result_xml.end_state.result"
66 - "'<ipPrefix>prefix_name</ipPrefix>' in result_xml.end_state.result"
67 - "'<allowFilter>true</allowFilter>' in result_xml.end_state.result"
94 register: result_xml
100 - "'<tag>100</tag>' in result_xml.end_state.result"
102 - "'<allowUpdown>true</allowUpdown>' not in result_xml.end_state.result"
104 - "'<ipPrefix>prefix_name</ipPrefix>' not in result_xml.end_state.result"
[all …]
H A Dtest_ce_isis_preferences.yaml40 register: result_xml
51 - "'<instanceId>100</instanceId>' in result_xml.end_state.result"
52 - "'<preferenceValue>100</preferenceValue>' in result_xml.end_state.result"
53 - "'<routePolicyName>route</routePolicyName>' in result_xml.end_state.result"
75 register: result_xml
81 - "'<instanceId>100</instanceId>' not in result_xml.end_state.result"
82 - "''<preferenceValue>100</preferenceValue>' not in result_xml.end_state.result"
83 - "''<routePolicyName>route</routePolicyName>' not in result_xml.end_state.result"
H A Dtest_ce_isis_bfd.yaml40 register: result_xml
51 - "'<bfdMinRx>100</bfdMinRx>' in result_xml.end_state.result"
52 - "'<bfdMinTx>100</bfdMinTx>' in result_xml.end_state.result"
53 - "'<bfdMultNum>10</bfdMultNum>' in result_xml.end_state.result"
80 register: result_xml
86 - "'<bfdMinRx>100</bfdMinRx>' not in result_xml.end_state.result"
87 - "'<bfdMinTx>100</bfdMinTx>' not in result_xml.end_state.result"
88 - "'<bfdMultNum>10</bfdMultNum>' not in result_xml.end_state.result"
H A Dtest_ce_isis_export.yaml44 register: result_xml
55 - "'<protocol>ospf</protocol>' in result_xml.end_state.result"
56 - "'<processId>100</processId>' in result_xml.end_state.result"
57 - "'<policyType>level_1</policyType>' in result_xml.end_state.result"
84 register: result_xml
90 - "'<protocol>ospf</protocol>' not in result_xml.end_state.result"
91 - "'<processId>100</processId>' not in result_xml.end_state.result"
92 - "'<policyType>level_1</policyType>' in result_xml.end_state.result"
H A Dtest_isis_filter_import.yaml44 register: result_xml
55 - "'<aclNumOrName>3001</aclNumOrName>' in result_xml.end_state.result"
56 - "'<ipPrefix>ipprefix</ipPrefix>' in result_xml.end_state.result"
57 - "'<routePolicyName>routepolicyname</routePolicyName>' in result_xml.end_state.result"
84 register: result_xml
90 - "'<aclNumOrName>3001</aclNumOrName>' not in result_xml.end_state.result"
91 - "'<ipPrefix>ipprefix</ipPrefix>' not in result_xml.end_state.result"
92 - "'<routePolicyName>routepolicyname</routePolicyName>' not in result_xml.end_state.result"
H A Dtest_ce_is_is_view_entity .yaml34 register: result_xml
45 - "'<instanceId>100</instanceId>' in result_xml.end_state.result"
46 - "'<netEntity>isis_net_entity</netEntity>' in result_xml.end_state.result"
67 register: result_xml
73 - "'<instanceId>100</instanceId>' not in result_xml.end_state.result"
74 - "''<netEntity>isis_net_entity</netEntity>' not in result_xml.end_state.result"
H A Dtest_ce_isis_max_load.yaml36 register: result_xml
47 - "'<instanceId>100</instanceId>' in result_xml.end_state.result"
48 - "'<maxLoadBalancing>30</maxLoadBalancing>' in result_xml.end_state.result"
69 register: result_xml
75 - "'<instanceId>100</instanceId>' not in result_xml.end_state.result"
76 - "'<maxLoadBalancing>30</maxLoadBalancing>' not in result_xml.end_state.result"
H A Dtest_isis_next_hop.yaml42 register: result_xml
53 - "'<ipAddress>1.1.1.1</ipAddress>' in result_xml.end_state.result"
54 - "'<weight>100</weight>' in result_xml.end_state.result"
76 register: result_xml
82 - "'<ipAddress>1.1.1.1</ipAddress>' not in result_xml.end_state.result"
83 - "'<weight>100</weight>' not in result_xml.end_state.result"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_multicast_igmp_enable/tests/netconf/
H A Dce_multicast_igmp_enable.yaml48 register: result_xml
59 - "'<addrFamily>ipv4unicast</addrFamily>' in result_xml.end_state.result"
60 - "'<vlanId>100</vlanId>' in result_xml.end_state.result"
61 - "'<snoopingEnable>true</snoopingEnable>' in result_xml.end_state.result"
62 - "'<version>2</version>' in result_xml.end_state.result"
63 - "'<proxyEnable>true</proxyEnable>' in result_xml.end_state.result"
81 register: result_xml
87 - "'<addrFamily>ipv4unicast</addrFamily>' not in result_xml.end_state.result"
88 - "'<vlanId>100</vlanId>' not in result_xml.end_state.result"
90 - "'<version>2</version>' not in result_xml.end_state.result"
[all …]
/dports/net-mgmt/py-ncclient/ncclient-0.6.10/examples/juniper/
H A Dget-configuration-matching.py17 result_xml = conn.get_configuration(format='xml')
20 …ge_configs = result_xml.xpath('configuration/interfaces/interface/name[starts-with(text(), "ge-")]…
25 ge_configs = result_xml.xpath('configuration/interfaces/interface/name[re:match(text(), "ge")]')
30 … ge_configs = result_xml.xpath('configuration/interfaces/interface/name[contains(text(), "ge-")]')
35 ge_configs = result_xml.xpath('configuration/interfaces/interface/name[text()="ge-0/0/0"]')
40 ge_configs = result_xml.xpath('configuration/interfaces/interface[name="ge-0/0/0"]')
H A Dget-configuration-jnpr.py19 result_xml = conn.get_configuration(format='xml')
20 logging.info(result_xml)
32 logging.info(result_xml.xpath('configuration/version')[0].text)
42 interfaces = result_xml.xpath('configuration/interfaces/interface')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_multicast_global/tests/netconf/
H A Dtest_ce_multicast_global.yaml30 register: result_xml
41 - "'<vrfName>vpna</vrfName>' in result_xml.end_state.result"
42 - "'<addressFamily>vpna</addressFamily>' in result_xml.end_state.result"
62 register: result_xml
68 - "'<vrfName>vpna</vrfName>' not in result_xml.end_state.result"
69 - "'<addressFamily>vpna</addressFamily>' not in result_xml.end_state.result"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_is_is_instance/tests/netconf/
H A Dce_is_is_instance.yaml30 register: result_xml
36 - "'<instanceId>100</instanceId>' in result_xml.end_state.result"
37 - "'<vpnName>__public__</vpnName>' in result_xml.end_state.result"
65 register: result_xml
71 - "'<instanceId>100</instanceId>' not in result_xml.end_state.result"
72 - "'<vpnName>__public__</vpnName>' not in result_xml.end_state.result"
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dresult_status.php28 function result_xml($r) { function
70 result_xml($result);
81 result_xml($result);
/dports/textproc/py-xmldiff/xmldiff-2.4/tests/
H A Dtesting.py15 result_xml = self.process(left_filename, right_filename)
19 result_xml = u'%s: %s' % (err.__class__.__name__, err)
21 self.assertEqual(expected_xml.strip(), result_xml.strip())
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dnlsml.c380 iks *result_xml = NULL; in nlsml_normalize() local
381 iksparser *p = iks_dom_new(&result_xml); in nlsml_normalize()
382 if (iks_parse(p, result, 0, 1) == IKS_OK && result_xml) { in nlsml_normalize()
384 iks_insert_attrib(result_xml, "xmlns", NLSML_NS); in nlsml_normalize()
388 if (result_xml) { in nlsml_normalize()
389 iks_delete(result_xml); in nlsml_normalize()
393 return result_xml; in nlsml_normalize()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_mdn_interface/tests/netconf/
H A Dce_mdn_interface.yaml36 register: result_xml
59 - "'<mdnStatus>rxOnly</mdnStatus>' in result_xml.end_state.result"
82 register: result_xml
92 - "'<mdnStatus>disabled</mdnStatus>' not in result_xml.end_state.result"
/dports/security/py-ospd/ospd-21.4.4/ospd/
H A Dxml.py84 result_xml = Element('result')
96 result_xml.set(name, escape(str(value)))
98 result_xml.text = escape_ctrl_chars(result['value'])
100 return result_xml
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/netapp/dataontap/client/
H A Dtest_api.py439 result_xml = str(root.create_node_with_children(
444 self.assertTrue(result_xml.startswith("<options>"), result_xml)
445 self.assertTrue("<test1>abc</test1>" in result_xml, result_xml)
446 self.assertTrue("<test2>abc</test2>" in result_xml, result_xml)
447 self.assertTrue(result_xml.rstrip().endswith("</options>"), result_xml)
/dports/www/p5-WebService-Technorati/WebService-Technorati-0.04/lib/WebService/Technorati/
H A DApiQuery.pm169 my $result_xml = fetch_url($url);
170 my $result_xp = XML::XPath->new( xml => $result_xml );

12