Fix bgpcep-1node-bgp-ingest tests
[integration/test.git] / csit / libraries / YangCollection.robot
1 *** Settings ***
2 Documentation     Resource for preparing various sets of Yang files to be used in testing.
3 ...
4 ...               Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
5 ...
6 ...               This program and the accompanying materials are made available under the
7 ...               terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 ...               and is available at http://www.eclipse.org/legal/epl-v10.html
9 ...
10 ...
11 ...               Keywords in this Resource assume there is an active SSH connection
12 ...               to system where a particular set of Yang files is to be created.
13 ...               The keywords will change current working directory used by SSHKeywords.
14 ...
15 ...               The two repos used in this suite ${YANGMODELS_REPO} and ${OPENCONFIG_REPO}
16 ...               have been updated:
17 ...               11/11/2020
18 ...
19 Resource          ${CURDIR}/SSHKeywords.robot
20
21 *** Variables ***
22 ${YANGMODELS_REPO}    https://github.com/YangModels/yang
23 ${OPENCONFIG_REPO}    https://github.com/openconfig/public
24 ${YANGMODELS_REPO_COMMIT_HASH}    cdd14114cdaf130be2b6bfce92538c05f6d7c07d    # TODO: update docs with new date when changing
25 ${OPENCONFIG_REPO_COMMIT_HASH}    8062b1b45208b952598ad3c3aa9e5ebc4f03cc67    # TODO: update docs with new date when changing
26 # ${YANG_MODEL_PATHS} is needed to explicitly tell which paths to find yang files to build dependencies from to validate
27 # the yang file being validated. There is an option (-r) to recursively parse so that you don't have to pass all of these
28 # paths with the -p argument, but the recursive option makes the tool so slow that it would not work when testing so
29 # many files
30 @{YANG_MODEL_PATHS}    /home/jenkins/src/main/yang/experimental/ietf-extracted-YANG-modules
31 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models
32 ...               /home/jenkins/src/main/yang/standard/ietf/DRAFT
33 ...               /home/jenkins/src/main/yang/standard/ietf/RFC
34 ...               /home/jenkins/src/main/yang/experimental/ieee
35 ...               /home/jenkins/src/main/yang/experimental/ieee/1588
36 ...               /home/jenkins/src/main/yang/experimental/ieee/1906.1
37 ...               /home/jenkins/src/main/yang/experimental/ietf
38 ...               /home/jenkins/src/main/yang/experimental/mano-models
39 ...               /home/jenkins/src/main/yang/experimental/odp
40 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/acl
41 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/aft
42 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/bfd
43 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/bgp
44 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/catalog
45 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/interfaces
46 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/isis
47 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/lacp
48 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/lldp
49 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/local-routing
50 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/macsec
51 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/mpls
52 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/multicast
53 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/network-instance
54 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/openflow
55 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/optical-transport
56 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/ospf
57 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/platform
58 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/policy
59 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/policy-forwarding
60 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/probes
61 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/qos
62 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/relay-agent
63 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/rib
64 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/segment-routing
65 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/stp
66 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/system
67 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/telemetry
68 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/types
69 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/vlan
70 ...               /home/jenkins/src/main/yang/experimental/openconfig/release/models/wifi
71 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/ABcu
72 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/AEdk
73 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/CBcv
74 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/CBdb
75 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/Qcr
76 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/Qcw
77 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/Qcx
78 ...               /home/jenkins/src/main/yang/standard/ieee/draft/802.1/Qcz
79 ...               /home/jenkins/src/main/yang/standard/ieee/draft/1906.1
80 ...               /home/jenkins/src/main/yang/standard/ieee/published/802.1
81 ...               /home/jenkins/src/main/yang/standard/ieee/published/802.3
82 ...               /home/jenkins/src/main/yang/vendor/ciena
83 ...               /home/jenkins/src/main/yang/vendor/fujitsu
84 ...               /home/jenkins/src/main/yang/vendor/huawei
85 ...               /home/jenkins/src/main/yang/vendor/nokia
86
87 *** Keywords ***
88 Static_Set_As_Src
89     [Arguments]    ${root_dir}=.
90     [Documentation]    Cleanup possibly leftover directories (src and target), clone git repos and remove unwanted paths.
91     ...    YangModels/yang and openconfig/public repos should be updated from time to time, but they are frozen to
92     ...    ${YANGMODELS_REPO_COMMIT_HASH} and ${OPENCONFIG_REPO_COMMIT_HASH} to prevent the chance that updates to those
93     ...    repos with problems will cause ODL CSIT to fail. There are obvious failures in these repos already, and those
94     ...    are addressed by removing those files/dirs with the Delete_Static_Paths keyword.
95     SSHKeywords.Set_Cwd    ${root_dir}
96     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -rf target src
97     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    mkdir -p src/main
98     SSHKeywords.Set_Cwd    ${root_dir}/src/main
99     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    git clone ${YANGMODELS_REPO}    stderr_must_be_empty=False
100     SSHKeywords.Set_Cwd    ${root_dir}/src/main/yang
101     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    git checkout -b ytest ${YANGMODELS_REPO_COMMIT_HASH}    stderr_must_be_empty=False
102     SSHKeywords.Set_Cwd    ${root_dir}/src/main/yang/experimental
103     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -rf openconfig
104     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    git clone ${OPENCONFIG_REPO}    stderr_must_be_empty=False
105     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    mv -v public openconfig
106     SSHKeywords.Set_Cwd    ${root_dir}/src/main/yang/experimental/openconfig
107     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    git checkout -b ytest ${OPENCONFIG_REPO_COMMIT_HASH}    stderr_must_be_empty=False
108     SSHKeywords.Set_Cwd    ${root_dir}/src/main/yang
109
110 Delete_Static_Paths
111     [Documentation]    Long list of "rm -vrf" commands.
112     ...    All files/paths removed below are due to real issues in those files/paths as found with failures in
113     ...    the yang-model-validator tool. We do not want OpenDaylight CSIT to fail because of problems with
114     ...    external yangs.
115     # Please keep below list in alpha order
116     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf .git
117     ## wrong module name, by convention should be 'ieee1906-dot1-system', but is 'ieee-1906-dot1-system'
118     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ieee/1906.1/ieee1906-dot1-system.yang
119     ## DESCRIPTION is not valid substatement for OUTPUT, https://tools.ietf.org/html/rfc6020#section-7.13.3.1
120     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/@2015-03-09.yang
121     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/l3-unicast-igp-topology@2015-06-08.yang
122     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/abstract-topology@2014-07-01.yang
123     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/alto-service-types@2015-03-22.yang (module alto-service-types)
124     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/alto-service@2015-03-22.yang
125     ## missing closing bracket '}' at the end of module
126     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/alto-service-types@2015-03-22.yang
127     ## excluded depndency file cisco from test, (module SNMP-FRAMEWORK-MIB)
128     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/BATTERY-MIB@2015-06-15.yang
129     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/bfd.yang (module bfd)
130     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/bfd-routing-app@2015-02-14.yang
131     ## missing key-stmt separator after 'key' on line 707
132     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/bfd.yang
133     ## REQUIRE_INSTANCE may be used with instance identifier https://tools.ietf.org/html/rfc6020#section-9.13.2
134     ## was used with type leafref on line 415
135     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/bgp@2015-05-15.yang
136     ## exluded dependency file from test experimental/ietf-extracted-YANG-modules/bgp@2015-05-15.yang, (module bgp)
137     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/bgp-l3vpn@2015-10-15.yang
138     ## REQUIRE_INSTANCE can be used only with instance identifier, https://tools.ietf.org/html/rfc6020#section-9.13.2
139     ## was used with element type leafref on line 126
140     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/bgp-policy@2015-05-15.yang
141     ## missing prefix acl definition, https://tools.ietf.org/html/rfc6020#section-6.4
142     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/cira-shg-mud@2019-07-08.yang
143     ## missing dependency module ieee-types, nowhere to be found
144     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/dot1q-tag-types@2016-07-08.yang
145     ## removed dependency file from test draft-gonzalez-netmod-5277-00@2016-03-20.yang, (module draft-gonzalez-netmod-5277-00)
146     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/draft-gonzalez-netconf-5277bis-00@2016-03-20.yang
147     ## xpath wrong comparison operator, used '==', should be '='
148     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/draft-gonzalez-netmod-5277-00@2016-03-20.yang
149     ## wrong position of typedef dbm-t description, outside '{}' brackets
150     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/draft-ietf-ccamp-dwdm-if-param-yang-03@2020-03-09.yang
151     ## Mount points may only be defined at either a container or a list, not case, lines 212,..
152     ## https://tools.ietf.org/html/rfc8528#section-3.1
153     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/example-5g-core-network@2017-12-28.yang
154     ## non existing augmention path "/rt:routing/rt:routing-tables/rt:routing-table..."
155     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/example-rip@2012-10-04.yang
156     ## removed dependecy removed file from test experimental/ietf-extracted-YANG-modules/transitions@2016-03-15.yang (module transitions)
157     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/finite-state-machine@2016-03-15.yang
158     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/dot1q-tag-types@2016-07-08.yang (module dot1q-tag-types)
159     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/flexible-encapsulation@2015-10-19.yang
160     ## path is not allowed to contain new line character, https://tools.ietf.org/html/rfc6020#section-12
161     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/flexi-grid-TED@2015-07-01.yang
162     ## not ended type-stm (missing statend character), https://tools.ietf.org/html/rfc6020#section-12
163     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/gen-oam@2014-10-23.yang
164     ## missing dependecy yang-types, nowhere to be found
165     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/hardware-entities.yang
166     ## on line 9, multistring contact, should be only single string https://tools.ietf.org/html/rfc6020#section-12
167     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/huawei-dhcp@2014-12-18.yang
168     ## missing namespace, https://tools.ietf.org/html/rfc6020#section-7.1
169     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/huawei-ipte@2014-08-13.yang
170     ## missing stmtend character ';' after description on line 707
171     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/i2rs-rib@2015-04-03.yang
172     ## missing stmtend at the end of descriptions, https://tools.ietf.org/html/rfc6020#section-12
173     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/i2rs-service-topology@2015-07-07.yang
174     ## removed dependecy file from test experimental/ietf-extracted-YANG-modules/ietf-location@2014-05-08.yang, (module ietf-location)
175     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/iana-civic-address-type@2014-05-08.yang
176     ## unescaped single quoate "'" character inside a quaoted text on line 59
177     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/iana-geo-uri-type@2014-05-08.yang
178     ## wrong augment path node 'interfaces-state', not avaibale, used 'interfaces' inside eth-if
179     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ieee802-pse@2017-03-02.yang
180     ## xpath wrong comparison operator, used '==', should be '='
181     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-5277-netmod@2016-06-15.yang
182     ## dependency node access-control-list-ipv4-header-fields can not be found
183     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-acl@2015-03-04.yang
184     ## newer revisions do not use access-list-entries node, only standard/ietf/DRAFT/ietf-access-control-list.yang
185     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-acl-dnsname@2016-01-14.yang
186     ## dependency node asymmetric-key-algorithm-t can not be found
187     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ambi@2019-08-25.yang
188     ## missing dependency node 'lsps-state'
189     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bfd-mpls-te@2018-08-01.yang
190     ## missing dependency module ietf-bgp of revision 2016-01-06, avaibale only newer 2020-06-28
191     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bgp-extensions@2016-07-08.yang
192     ## augmenting idnetity 'bgp' instead of container 'bgp', both have same identifier
193     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bgp-l3vpn@2018-04-17.yang
194     ## missing depndency node 'policy-statements'
195     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bgp-policy@2020-06-28.yang
196     ## uses missing grouping node 'bgp-extended-community-attr-state', https://tools.ietf.org/html/rfc6020#section-7.12
197     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bgp-rib-shared-attributes@2019-03-21.yang
198     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-connectionless-oam@2017-09-06.yang
199     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bier-oam@2017-06-13.yang
200     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-connectionless-oam-methods@2017-09-06.yang (module ietf-connectionless-oam-methods)
201     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-bier-rpcs@2018-08-28.yang
202     ## can not be found dependency node 'pinned-domain-cert' in refine path
203     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-brski-possession@2018-10-11.yang
204     ## Mount points may only be defined at either a container or a list, not anydata, line 790
205     ## https://tools.ietf.org/html/rfc8528#section-3.1
206     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-connectionless-oam@2017-09-06.yang
207     ## excluded dependency file from test standard/ietf/RFC/ietf-connectionless-oam@2019-04-16.yang (module ietf-connectionless-oam)
208     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-connectionless-oam-methods@2017-09-06.yang
209     ## excluded dependecy file from test experimental/ietf-extracted-YANG-modules/ietf-notification-capabilities@2020-03-23.yang (module ietf-notification-capabilities)
210     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-data-export-capabilities.yang
211     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-diffserv-classifier@2015-04-07.yang (module ietf-diffserv-classifier)
212     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-diffserv-action@2015-04-07.yang
213     ## xpath wrong comparison operator, used '==', should be '=', line 288
214     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-diffserv-classifier@2015-04-07.yang
215     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-diffserv-classifier@2015-04-07.yang (module ietf-diffserv-classifier)
216     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-diffserv-policy@2015-04-07.yang
217     ## Duplicate identity definition, both define event-type
218     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dmm-fpc-base@2017-03-08.yang
219     ## missing module ietf-dmm-fpc of revision-date 2017-03-08, found only newer
220     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dmm-fpc-pmip@2017-03-08.yang
221     ## missing module ietf-dmm-fpc of revision-date 2017-03-08, found only newer
222     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dmm-fpc-policyext@2017-03-08.yang
223     ## missing module ietf-dmm-fpc of revision-date 2017-03-08, found only newer
224     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dmm-threegpp@2017-03-08.yang
225     ## newer verions of ietf-access-control-list do not use node 'access-lists', augmented in this file
226     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dots-access-control-list@2017-11-29.yang
227     ## sx:structure should be augmented by 'sx:augment-structure' not by oridnary 'augment'
228     ## https://tools.ietf.org/html/rfc6020#section-7.15
229     ## newer dependency ietf-dots-signal-channel uses sx:structure not container anymore
230     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dots-signal-call-home@2018-09-28.yang
231     ## sx:structure should be augmented by 'sx:augment-structure' not by oridnary 'augment'
232     ## https://tools.ietf.org/html/rfc6020#section-7.15
233     ## newer dependency ietf-dots-signal-channel uses sx:structure not container anymore
234     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dots-signal-control@2019-05-13.yang
235     ## sx:structure should be augmented by 'sx:augment-structure' not by oridnary 'augment'
236     ## https://tools.ietf.org/html/rfc6020#section-7.15
237     ## newer dependency ietf-dots-signal-channel uses sx:structure not container anymore
238     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-dots-signal-control-filter@2019-02-15.yang
239     ## derived-from-or-self takes 2 arguments, https://tools.ietf.org/html/rfc7950#section-10.4.1
240     ## used: derived-from-or-self(../class, "iana-entity", "sensor")
241     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-entity@2016-05-13.yang
242     ## missing dependecy 'frequency-thz', cannot be found
243     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ext-xponder-wdm-if@2020-03-09.yang
244     ## missing dependency module with proper revision 2016-09-29,
245     ## found in experimental/ietf-extracted-YANG-modules/ietf-fabric-types@2017-11-29.yang
246     ## but constains also newer revision 2017-11-29, https://tools.ietf.org/html/rfc6020#section-7.1.5.1
247     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-fabric-capable-device@2016-09-29.yang
248     ## missing dependency module with proper revision 2016-10-13,
249     ## found in experimental/ietf-extracted-YANG-modules/ietf-fabric-types@2017-11-29.yang
250     ## but constains also newer revision 2017-11-29, https://tools.ietf.org/html/rfc6020#section-7.1.5.1
251     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-fabric-endpoint@2017-06-29.yang
252     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-fabric-service-types@2017-08-30.yang (module ietf-fabric-service-types)
253     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-fabric-service@2017-08-30.yang
254     ## missing dependency module with proper revision 2016-09-29,
255     ## found in experimental/ietf-extracted-YANG-modules/ietf-fabric-types@2017-11-29.yang
256     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-fabric-service-types@2017-08-30.yang
257     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-fb-rib-types@2017-03-13.yang (moduel ietf-fb-rib-types)
258     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-fb-rib@2017-03-13.yang
259     ## missing dependency module ietf-access-control-lists, nowhere to be found
260     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-fb-rib-types@2017-03-13.yang
261     ## wrong augment path, missing node sr:segment-routing, on line 265
262     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-flex-algo@2019-04-26.yang
263     ## Referenced base identity 'fec-type' doesn't exist in given scope module ietf-layer0-types
264     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-flex-grid-media-channel@2018-10-22.yang
265     ## missing dependency node 'layer0-node-type', nowhere to be found
266     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-flex-grid-topology@2018-10-22.yang
267     ## Referenced base identity 'fec-type' doesn't exist in given scope module ietf-layer0-types
268     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-flexi-grid-media-channel@2019-03-24.yang
269     ## description for response list is put outside the scope of list, line 1141
270     ## list is enclosed with closing bracket '}', comment should be put before it
271     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-gen-oam@2015-04-09.yang
272     ## missing ending quoate cahracter '"' at teh end of description on line 29
273     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-gen-oam-ais@2016-06-25.yang
274     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-gen-oam-ais@2016-06-25.yang (module ietf-gen-oam)
275     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-gen-oam-pm@2015-01-07.yang
276     ## xpath wrong comparison operator, used '==', should be '=', on line 70
277     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-gre@2015-07-02.yang
278     ## referenced element routing-instance-ref can be found only in cisco yangs, which are excluded from the test
279     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-gre-tunnel@2015-10-13.yang
280     ## missing dependecy node 'inline-address', nowhere to be found
281     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-http-subscribed-notifications@2018-06-11.yang
282     ## unable to found dependency node 'ietf-routing:routing-instance-ref'
283     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ipipv4-tunnel-02@2015-10-15.yang
284     ## referenced node routing-instance-ref can be found only in cisco yangs, which are excluded from test
285     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ipipv4-tunnel@2015-10-14.yang
286     ## missing base to type identityref on line 254, https://tools.ietf.org/html/rfc6020#section-9.10.2
287     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ip-tunnel@2016-06-20.yang
288     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-ipv6-unicast-routing-2@2017-10-06.yang (module ietf-ipv6-unicast-routing-2 to which it belongs)
289     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ipv6-router-advertisements-2@2017-10-05.yang
290     ## missing dependency submodule ietf-ipv6-router-advertisements-2, revision 2017-10-06
291     ## found revision 2017-10-05
292     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ipv6-unicast-routing-2@2017-10-06.yang
293     ## missing dependecy node 'ietf-routing:routing-instance', nowhere to be found
294     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-isis-bfd@2015-11-18.yang
295     ## missing augment target "l2vpn:l2vpn-state" in only l2vpn module, experimental/ietf-extracted-YANG-modules/ietf-l2vpn@2019-05-28.yang
296     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-l2vpn-igmp-mld-snooping@2017-03-13.yang
297     ## excluded dependency file from test ietf-l3vpn-ntw@2020-10-16.yang, (module ietf-l3vpn-ntw)
298     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-l3nm-te-service-mapping@2020-11-02.yang
299     ## missing dependecy node 'ietf-routing:routing-instance', nowhere to be found
300     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-l3vpn@2015-10-09.yang
301     ## choice cannot be substatement to choice, https://tools.ietf.org/html/rfc6020#section-7.9.1
302     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-l3vpn-ntw@2020-10-16.yang
303     ## can not use 'uses' to reference container, only grouping on line 37, https://tools.ietf.org/html/rfc6020#section-7.12
304     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-library-tags@2017-08-12.yang
305     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-gen-oam@2015-04-09.yang, (module ietf-gen-oam)
306     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-lime-bfd-extension@2014-08-30.yang
307     ## missing dependency node 'lisp-router-instances' to be augmented
308     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-lisp-petr@2016-06-30.yang
309     ## missing dependency node 'lisp-router-instances' to be augmented
310     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-lisp-pitr@2016-06-30.yang
311     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/iana-civic-address-type@2014-05-08.yang, (module iana-civic-address-type)
312     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-location@2014-05-08.yang
313     ## wrong augment path, missing node 'rt:control-plane-protocol', line 284
314     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-mldp@2018-10-22.yang
315     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-mpls-mldp@2018-10-22.yang, (module ietf-mpls-mldp@2018-10-22.yang)
316     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-mldp-extended@2018-10-22.yang
317     ## multiline path-arg , https://tools.ietf.org/html/rfc6020#section-12
318     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-te@2014-11-06.yang
319     ## multiline namespace, https://tools.ietf.org/html/rfc3986#appendix-A
320     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-te-global@2014-10-13.yang
321     ## missing prefix for module ietf-mpls-te-link
322     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-te-links@2014-10-13.yang
323     ## missing prefix for module ietf-mpls-te-lsps
324     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-te-lsps@2014-10-13.yang
325     ## multiline namespace, https://tools.ietf.org/html/rfc3986#appendix-A
326     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-te-tunnel-ifs@2014-10-13.yang
327     ## augment-arg node identifier can not contain new line character, https://tools.ietf.org/html/rfc6020#section-6.2
328     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-tp-topology@2019-03-11.yang
329     ## missing dependency node 'path-computed-route-object', can not be found anywhere
330     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mpls-tp-tunnel@2019-03-11.yang
331     ## missing prefix acl definition, https://tools.ietf.org/html/rfc6020#section-6.4
332     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mud-quarantine@2019-12-27.yang
333     ## used same identifier multiple times (frr on lines 276, 300 ), https://tools.ietf.org/html/rfc6020#section-6.2.1
334     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-multicast-service@2016-02-29.yang
335     ## excluded depndency file from test experimental/ietf-extracted-YANG-modules/ietf-bgp-l3vpn@2018-04-17.yang (module ietf-bgp-l3vpn)
336     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-mvpn@2019-12-02.yang
337     ## required dependency module yuma-netconf, could not be found anywhere
338     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-netconf-error-parameters@2013-07-11.yang
339     ## missing ending bracket '}' for mudule definition
340     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-netconf-light@2012-01-12.yang
341     ## depends on 'client-auth', which is missing in newer revision experimental/ietf-extracted-YANG-modules/ietf-tls-server@2020-08-20.yang
342     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-netconf-server-new@2015-07-06.yang
343     ## missing base elment inline-address, nowhere defined
344     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-netconf-subscribed-notifications@2018-08-03.yang
345     ## can not perform refine of 'DEFAULT' for the target 'LEAF_LIST', refine of default can be performed only on leaf or choice, line 220
346     ## https://tools.ietf.org/html/rfc6020#section-7.12.2
347     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-notification-capabilities@2020-03-23.yang
348     ## excluded dependecy file from test, experimental/ietf-extracted-YANG-modules/ietf-bgp-l3vpn@2018-04-17.yang (module ietf-bgp-l3vpn)
349     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-nvo3@2019-04-01.yang
350     ## many excluded (deleted) dependencies from this test, for example cisco afi-safi
351     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-nvo3-base@2020-08-26.yang
352     ## module ietf-te-topology does not contain node 'schedule'
353     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-odu-topology@2016-07-07.yang
354     ## excluded dependency file experimental/ietf-extracted-YANG-modules/ietf-OPSAWG-ute-tunnel.yang, (module ietf-OPSAWG-ute-tunnel)
355     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-OPSAWG-te-tunnel.yang
356     ## unquoted descriptions with included whitespaces, https://tools.ietf.org/html/rfc6020#section-6.1.3
357     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-OPSAWG-ute-tunnel.yang
358     ## new line character inside identifier, https://tools.ietf.org/html/rfc6020#section-6.2
359     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-optical-impairment-topology@2019-05-22.yang
360     ## incorrect path in augmentation, extra parameter instance
361     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ospf-bfd@2016-10-31.yang
362     ## incorrect path in augmentation, twice repeted same node 'extended-prefix-tlvs'
363     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ospf-ppr@2019-07-07.yang
364     ## missing augment path target node 'state' on line 192
365     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-otn-service@2016-06-24.yang
366     ## missing dependency node 'path-computed-route-object', nowhere to be found
367     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-otn-tunnel@2020-03-09.yang
368     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ieee802-pse@2017-03-02.yang, (module ieee802-pse)
369     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-poe-power-management@2017-03-09.yang
370     ## MUST is not valid substatement for CASE, https://tools.ietf.org/html/rfc7950#section-7.9.2.1
371     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-qos@2016-10-20.yang
372     ## excluded dependecy file from test experimental/ietf-extracted-YANG-modules/ietf-tpm-remote-attestation@2020-03-09.yang, (module ietf-tpm-remote-attestation)
373     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-rats-attestation-stream@2020-03-06.yang
374     ## unable to find module ietf-restconf with revision-date 2015-01-30
375     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-restconf-collection@2015-01-30.yang
376     ## multiline namespace name with end of line escaped with '\' character
377     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-restconf-list-pagination@2015-01-30.yang
378     ## cannot find node 'client-auth' inside 'tls-server-grouping' in ietf-tls-server, line 337
379     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-restconf-server-new@2015-07-06.yang
380     ## missing intermediary node 'key-chain' in augmention path on line 82
381     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-rfc7210@2015-03-09.yang
382     ## non unique identifire (repair-path used as grouping and also as container)
383     ## https://tools.ietf.org/html/rfc6020#section-6.2.1
384     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-rib-extension@2020-09-18.yang
385     ## missing dependency node 'rsvp:session-attributes-state'
386     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-rsvp-te@2020-03-09.yang
387     ## missing dependency node 'lsps-state'
388     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-rsvp-te-mpls@2020-03-09.yang
389     ## augmenting identity rsvp instead of container, https://tools.ietf.org/html/rfc6020#section-7.15
390     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-rsvp-te-psc@2015-10-16.yang
391     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-packages@2020-01-21.yang, (module ietf-yang-packages)
392     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-schema-selection@2020-02-29.yang
393     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yl-packages@2020-01-21.yang, (module ietf-yl-packages)
394     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-schema-version-selection@2019-10-31.yang
395     ## unpaired, extra end of myltiline comment '*/' without start
396     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-sd-onos-service-l3vpn@2015-12-16.yang
397     ## same identifier 'qos-if-car' used for list and also for container, identifiers must be unique, https://tools.ietf.org/html/rfc6020#section-6.2.1
398     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-sd-onos-service-types@2015-12-16.yang
399     ## excluded depndency file from test experimental/ieee/1906.1/ieee1906-dot1-system.yang
400     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-service-pm@2020-07-13.yang
401     ## excluded dependency file from test standard/ietf/RFC/ietf-connectionless-oam@2019-04-16.yang, (module ietf-connectionless-oam)
402     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-sfc-oam@2016-11-21.yang
403     ## multiline namespace, https://tools.ietf.org/html/rfc3986#appendix-A
404     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-supa-abstracted-l3vpn@2015-05-04.yang
405     ## missing closing bracket '}' for module
406     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-supa-ddc@2014-12-25.yang
407     ## missing statment end ';' after 'when' statment on line 170, https://tools.ietf.org/html/rfc6020#section-12
408     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-supa-l3vpn@2015-02-04.yang
409     ## missing module eca-policy-0910, nowhere to be found
410     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-supa-service-flow@2015-08-05.yang
411     ## augmention path multiline, https://tools.ietf.org/html/rfc6020#section-6.2
412     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-supa-service-flow-policy@2015-10-10.yang
413     ## missing dependency node private-key-grouping, nowhere to be found
414     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-syslog@2018-03-15.yang
415     ## CHOICE is not valid for YANG_DATA, should only contain container substatement, https://tools.ietf.org/html/rfc8040#section-8
416     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-sztp-conveyed-info@2019-01-15.yang
417     ## only a template file
418     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-template.yang
419     ## missing augment target performance-metric-two-way, nowhere to be found
420     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-te-mpls-types@2018-12-21.yang
421     ## uses missing node 'path-access-segment-info' from module ietf-te on line 519
422     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-te-path-computation@2019-03-11.yang
423     ## augmention target 'te-link-event' is missing
424     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-te-topology-psc@2016-07-01.yang
425     ## missing dependency node 'resource-pool-attributes', nowhere to be found
426     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-te-wson@2017-06-27.yang
427     ## missing key node in list (key algo-registry-type not found in list), line 878
428     ##https://tools.ietf.org/html/rfc6020#section-7.8.2
429     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-tpm-remote-attestation@2020-03-09.yang
430     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-gen-oam-ais@2016-06-25.yang (module ietf-gen-oam)
431     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-trill-oam-pm@2015-01-11.yang
432     ## missing refine node "cert", maybe should be used "cert-data"
433     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-trust-anchors@2019-04-29.yang
434     ## missing dependency, module ieee-dot1Q-types, nowhere to be found
435     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-ucpe-ni-properties@2019-11-27.yang
436     ## missing dependency module geo-location, nowhere to be found
437     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-uses-geo-location@2019-02-02.yang
438     ## unable to find node 'routing-instance-ref' inside module 'ietf-routing'
439     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-utunnel@2015-12-16.yang
440     ## unable to find node 'bgp-parameters-grp' inside module 'ietf-evpn'
441     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-vxlan@2018-08-29.yang
442     ## missing dependency node 'path-computed-route-object', nowhere to be found
443     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-wson-tunnel@2019-09-11.yang
444     ## missing type as substatement to annotation on line 66, https://tools.ietf.org/html/rfc7952#section-3
445     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-annotations@2014-11-28.yang
446     ## missing ending quoatation mark '"' for contact statment argument, line 22
447     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-hash@2016-02-10.yang
448     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-package-types@2020-01-21.yang, (module ietf-yang-package-types)
449     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-inst-data-pkg@2020-01-21.yang
450     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-package-types@2020-01-21.yang, (module ietf-yang-package-types)
451     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-library-packages@2018-11-26.yang
452     ## WHEN is not valid for ANNOTATION, https://tools.ietf.org/html/rfc7952#section-3
453     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-opstate-metadata@2016-07-06.yang
454     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-package-types@2020-01-21.yang, (module ietf-yang-package-types)
455     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-package@2019-09-11.yang
456     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-package-types@2020-01-21.yang, (module ietf-yang-package-types)
457     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-package-instance@2020-01-21.yang
458     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-package-types@2020-01-21.yang, (module ietf-yang-package-types)
459     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-packages@2020-01-21.yang
460     ## missing depndency node 'name-revision', nowhere to be found
461     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-package-types@2020-01-21.yang
462     ## missing closing and opening quoates, used concat symbol '+' inside string not to concat strings, line 95
463     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yang-push-ext@2019-02-01.yang
464     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-yang-packages@2020-01-21.yang, (module ietf-yang-packages)
465     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ietf-yl-packages@2020-01-21.yang
466     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/dot1q-tag-types@2016-07-08.yang, (module dot1q-tag-types)
467     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/if-l3-vlan@2015-10-19.yang
468     ## derived-from-or-self takes 2 arguments, https://tools.ietf.org/html/rfc7950#section-10.4.1
469     ## used: derived-from(if:type, 'ietf-if-cmn', 'sub-interface'), line 353
470     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/interfaces-common@2015-10-19.yang
471     ## incorrect prefix: prefix >"ct"y;< character 'y' after quatation, before stmtend on line 7
472     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ipfix-psamp.yang
473     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/l3-unicast-igp-topology@2015-06-08.yang, (module l3-unicast-igp-topology)
474     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/isis-topology@2015-06-08.yang
475     ## skipped container node 'networks' in augmentation on line 247
476     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/l3-unicast-igp-topology@2015-06-08.yang
477     ## exluded dependency file experimental/ietf-extracted-YANG-modules/bgp@2015-05-15.yang, (module bgp)
478     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/l3vpn@2014-08-15.yang
479     ##multiline path with '-' character at the end of first line
480     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/layer-one-topology@2015-02-11.yang
481     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/ietf-gen-oam-ais@2016-06-25.yang (module ietf-gen-oam)
482     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/lime-bfd-extension@2014-08-30.yang
483     ## unable to find type structural-mount
484     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/logical-network-element@2016-01-19.yang
485     ## two string sperated by character ';' belonging to one contact statement
486     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/lora.yang
487     ## whitespace in URI, are not allowed by ABNF for URI https://tools.ietf.org/html/rfc3986#page-49
488     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/media-channel@2014-06-05.yang
489     ## excluded dependecy file from test experimental/ietf-extracted-YANG-modules/mpls-rsvp@2015-04-22.yang, (module mpls-rsvp)
490     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/mpls@2014-12-12.yang
491     ## excluded dependecy file from test experimental/ietf-extracted-YANG-modules/mpls-rsvp@2015-04-22.yang, (module mpls-rsvp)
492     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/mpls-igp@2014-07-07.yang
493     ## missing closing bracket '}' at the end of module
494     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/mpls-rsvp@2015-04-22.yang
495     ## excluded dependecy file from test experimental/ietf-extracted-YANG-modules/mpls-rsvp@2015-04-22.yang, (module mpls-rsvp)
496     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/mpls-static@2015-02-01.yang
497     ## missing closing bracket '}' at the end of module, commented
498     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/mpls-te@2014-07-07.yang
499     ## unable to find type structural-mount
500     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/networking-instance@2016-01-20.yang
501     ## missiing type schema-mount, nowhere to be found
502     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/network-instance@2016-02-22.yang
503     ## missing dependency module nodes, nowhere to be found
504     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/network-topology@2014-12-11.yang
505     ## missing dependency file experimental/ietf-extracted-YANG-modules/gen-oam@2014-10-23.yang, (module gen-oam)
506     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/nvo3-oam@2014-04-24.yang
507     ## REQUIRE_INSTANCE is not valid for TYPE, MAY be present if the type is
508     ## "instance-identifier", https://tools.ietf.org/html/rfc6020#section-9.13.2
509     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/openconfig-mpls@2015-10-14.yang
510     ## node 'igp-lsp-sr-setup' can not be found in module openconfig-mpls-sr from opencofig repository
511     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/openconfig-mpls-igp@2015-07-04.yang
512     ## missing closing bracket '}' for module
513     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/openconfig-mpls-rsvp@2015-09-18.yang
514     ## missing dependency node 'protection-type' cannot be found inside module 'openconfig-mpls-types'
515     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/openconfig-mpls-te@2015-10-04.yang
516     ## missing dependency node network-instance-type, newer version of opencofig, does not support it
517     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/openconfig-network-instance@2015-10-18.yang
518     ## wrong pattern on line 91, missing opening bracket '('
519     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/openconfig-network-instance-types@2015-10-18.yang
520     ## missing dependency node routing-instance-ref, can not be found inside module ietf-routing
521     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ospf@2014-09-17.yang
522     ## excluded dependency file experimental/ietf-extracted-YANG-modules/l3-unicast-igp-topology@2015-06-08.yang, (module l3-unicast-igp-topology)
523     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/ospf-topology@2015-06-08.yang
524     ## TYPE is not valid for LIST, line 136
525     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/pbbevpn@2015-03-06.yang
526     ## dependency module service-function-scheduler-type, nowhere to be found
527     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/rendered-service-path@2014-07-01.yang
528     ## incorrect revision date format on line 38, https://tools.ietf.org/html/rfc6020#section-7.1.9
529     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/service-function@2014-29-04.yang
530     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/service-function@2014-29-04.yang, (module service-function)
531     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/service-function-chain@2014-07-01.yang
532     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/service-function@2014-29-04.yang, (module service-function)
533     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/service-function-description-monitor@2014-12-01.yang
534     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/service-function@2014-29-04.yang, (module service-function)
535     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/service-function-path@2014-07-01.yang
536     ## excluded dependency file from test experimental/ietf-extracted-YANG-modules/service-function@2014-29-04.yang, (module service-function)
537     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/service-node@2014-07-01.yang
538     ## missing dependency file from test experimental/ietf-extracted-YANG-modules/gen-oam@2014-10-23.yang, (module gen-oam)
539     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/sfc-oam@2014-09-04.yang
540     ## Maximal count of CONTACT for MODULE is 1, detected 2, https://tools.ietf.org/html/rfc6020#section-7.1.1
541     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/sff-topology.yang
542     ## missing closing bracket '}', probably for 'leaf active'
543     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/softwire@2014-12-14.yang
544     ## missing dependency module inet-types, nowhere to be found
545     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/TCP-MIB@2005-02-18.yang
546     ## unable to find node datatree-filter inside module ietf-yang-push
547     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/transitions@2016-03-15.yang
548     ## missing dependency file experimental/ietf-extracted-YANG-modules/gen-oam@2014-10-23.yang, (module gen-oam)
549     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/trill-oam@2014-04-16.yang
550     ## missing statment-end after comment on line 484, (missing ';' after comment)
551     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/TUDA-V1-ATTESTATION-MIB@2017-10-30.yang
552     ## exluded dependency file from test experimental/ietf-extracted-YANG-modules/bgp@2015-05-15.yang, (module bgp)
553     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/tunnel-management@2015-01-12.yang
554     ## missing module closing brackte '}'
555     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/tunnel-policy@2018-09-15.yang
556     ## missing dependency module yang-types, nowhere to be found
557     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/udmcore.yang
558     ## referenced node routing-instance-ref can be found only in cisco yangs, which are excluded from test
559     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/utunnel@2015-07-05.yang
560     ## empty path argument, https://tools.ietf.org/html/rfc6020#section-9.9.2
561     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf-extracted-YANG-modules/virtualizer@2016-02-24.yang
562     ## missing dependency node 'private-key-grouping', nowhere to be found
563     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/ietf/SYSLOG-MODEL/ietf-syslog.yang
564     ## missing dependency module config, nowhere to be found
565     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/config-bgp-listener-impl.yang
566     ## missing dependency module config, nowhere to be found
567     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/opendaylight-md-sal-binding.yang
568     ## missing dependency module config, nowhere to be found
569     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/opendaylight-md-sal-dom.yang
570     ## missing dependency module config, nowhere to be found
571     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/shutdown-impl.yang
572     ## missing dependency module config, nowhere to be found
573     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/shutdown.yang
574     ## missing dependency module config, nowhere to be found
575     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/toaster-consumer-impl.yang
576     ## missing dependency module config, nowhere to be found
577     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/toaster-consumer.yang
578     ## missing dependency module config, nowhere to be found
579     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/toaster-provider-impl.yang
580     ## missing dependency module config, nowhere to be found
581     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/odp/toaster-provider.yang
582     ## tries to deviate itself
583     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/openconfig/release/models/wifi/openconfig-ap-interfaces.yang
584     ## dependency module Cisco-IOS-XR-types is avaible only in excluded cisco yangs
585     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf experimental/vendor/cisco/common/cisco-link-oam.yang
586     ## excluded dependency file from test standard/ieee/draft/1906.1/ieee1906-dot1-properties.yang, (module ieee1906-dot1-properties)
587     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-components.yang
588     ## excluded depndency file from test standard/ieee/draft/1906.1/ieee1906-dot1-types.yang
589     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-definitions.yang
590     ## excluded depndency file from test experimental/ieee/1906.1/ieee1906-dot1-system.yang
591     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-nanivid.yang
592     ## excluded depndency file from test standard/ieee/draft/1906.1/ieee1906-dot1-types.yang
593     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-nanosensor.yang
594     ## excluded depndency file from test standard/ieee/draft/1906.1/ieee1906-dot1-types.yang
595     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-neuron.yang
596     ## require removed ieee1906-dot1-definitions
597     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-system.yang
598     ## in newer revision changed nanoscale-communication feature -> identity, https://tools.ietf.org/html/rfc7950#section-11
599     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/1906.1/ieee1906-dot1-types.yang
600     ##depends on specific node type-of-operation
601     ## which most revision does not use, only Qcw version
602     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/802.1/Qcw/ieee802-dot1q-psfp.yang
603     ##depends on specific node type-of-operation
604     ## which most revision does not use, only Qcw version
605     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/802.1/Qcw/ieee802-dot1q-sched.yang
606     ## incompatible with older revision, breaks other yangs
607     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/802.1/Qcw/ieee802-types.yang
608     ## depends on a specific node dot1q-types:transmission-selection-algorithm
609     ## which most revision does not use, only Qcz version
610     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ieee/draft/802.1/Qcz/ieee802-dot1q-lldp-dcbx-tlv.yang
611     ## dependency node 'data-resource-identifier' can not be found in module ietf-restconf
612     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/example-jukebox.yang
613     ## dependency node 'metadata' only avaible in older revision of module ietf-packet-fields
614     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-access-control-list.yang
615     ## missing dependecy node 'ietf-routing:routing-instance', nowhere to be found
616     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-bfd.yang
617     ## node routing-instance can not be found in module ietf-routing
618     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-isis.yang
619     ## wrong augmentaion path, pim is augmentaion of routing not routing-state, line 218
620     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-bidir@2017-03-09.yang
621     ## link to excluded file standard/ietf/DRAFT/ietf-pim-bidir@2017-03-09.yang
622     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-bidir.yang
623     ## wrong augmentaion path, pim is augmentaion of routing not routing-state, line 74
624     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-dm@2017-03-09.yang
625     ## link to excluded file standard/ietf/DRAFT/ietf-pim-dm@2017-03-09.yang
626     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-dm.yang
627     ## type can be of derived or build-in, not identity, line 635
628     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-rp@2017-03-09.yang
629     ## link to excluded file standard/ietf/DRAFT/ietf-pim-rp@2017-03-09.yang
630     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-rp.yang
631     ## wrong augment path, pim is augmentaion of routing not routing-state
632     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-sm@2017-03-09.yang
633     ## link to excluded file standard/ietf/DRAFT/ietf-pim-sm@2017-03-09.yang
634     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-pim-sm.yang
635     ## missing version statment, action statment is only in yang 1.1
636     ## yang version is mandatory in yang 1.1, https://tools.ietf.org/html/rfc7950#section-1.1
637     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/ietf-zerotouch-bootstrap-server.yang
638     ## incorrect augmention path, missing some nodes in path like 'ietf-acl:access-lists'
639     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/DRAFT/newco-acl.yang
640     ## Mount points may only be defined at either a container or a list, not anydata, lines 948
641     ## https://tools.ietf.org/html/rfc8528#section-3.1
642     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-connectionless-oam@2019-04-16.yang
643     ## removed depndency file from test standard/ietf/RFC/ietf-connectionless-oam@2019-04-16.yang (module ietf-connectionless-oam)
644     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-connectionless-oam-methods@2019-04-16.yang
645     ## removed dependecy file from test standard/ietf/RFC/ietf-connectionless-oam-methods@2019-04-16.yang
646     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-connectionless-oam-methods.yang
647     ## removed dependency file from test standard/ietf/RFC/ietf-connectionless-oam@2019-04-16.yang
648     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-connectionless-oam.yang
649     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-snmp*
650     ## CHOICE is not valid for YANG_DATA, data-def-stmt in https://tools.ietf.org/html/rfc6020#section-12
651     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-sztp-conveyed-info@2019-04-30.yang
652     ## CHOICE is not valid for YANG_DATA, data-def-stmt in https://tools.ietf.org/html/rfc6020#section-12
653     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf standard/ietf/RFC/ietf-sztp-conveyed-info.yang
654     ## Removing the cisco folder because there are over 30k yang files there and would increase the test time to something
655     ## unmanageable.
656     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf vendor/cisco
657     ## Removing entire juniper folder because it creates an OOM Crash with the validator tool.*** Keywords ***
658     ## Unsure if the yang models are the problem or something in the tool. This is being tracked here:
659     ## https://jira.opendaylight.org/browse/YANGTOOLS-1093
660     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    rm -vrf vendor/juniper