Skip to content

Commit

Permalink
Remove IS-14 test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Nov 21, 2024
1 parent 1c6ee65 commit 089a33e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 186 deletions.
13 changes: 1 addition & 12 deletions nmostesting/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,17 +292,6 @@
},
}
},
"is-14": {
"repo": "is-14",
"versions": ["v1.0"],
"default_version": "v1.0",
"apis": {
"configuration": {
"name": "Device Configuration",
"raml": "ConfigurationAPI.raml"
},
}
},
"ms-05-02": {
"repo": "ms-05-02",
"versions": ["v1.0"],
Expand All @@ -320,7 +309,7 @@
"apis": {
"featuresets": {
"name": "Control Feature Sets",
"repo_paths": ["identification", "monitoring", "device-configuration"]
"repo_paths": ["identification", "monitoring"]
}
}
},
Expand Down
44 changes: 0 additions & 44 deletions nmostesting/NMOSTesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
# from .suites import IS1001Test
from .suites import IS1201Test
from .suites import IS1202Test
from .suites import IS1401Test
from .suites import IS1402Test
from .suites import BCP00301Test
from .suites import BCP0060101Test
from .suites import BCP0060102Test
Expand Down Expand Up @@ -392,48 +390,6 @@
"class": IS1202Test.IS1202Test,
"urlpath": True
},
"IS-14-01": {
"name": "IS-14 Configuration",
"specs": [{
"spec_key": "is-04",
"api_key": "node"
}, {
"spec_key": "is-14",
"api_key": "configuration"
}, {
"spec_key": "ms-05-02",
"api_key": "controlframework",
"disable_fields": ["host", "port"]
}],
"extra_specs": [{
"spec_key": "nmos-control-feature-sets",
"api_key": "featuresets"
}],
"class": IS1401Test.IS1401Test
},
"IS-14-02": {
"name": "IS-14 Invasive Testing",
"specs": [{
"spec_key": "is-04",
"api_key": "node"
}, {
"spec_key": "is-14",
"api_key": "configuration"
}, {
"spec_key": "ms-05-02",
"api_key": "controlframework",
"disable_fields": ["host", "port"]
}, {
"spec_key": "controller-tests",
"api_key": "testquestion",
"disable_fields": [] if CONFIG.IS12_INTERACTIVE_TESTING else ["host", "port", "urlpath"]
}],
"extra_specs": [{
"spec_key": "nmos-control-feature-sets",
"api_key": "featuresets"
}],
"class": IS1402Test.IS1402Test
},
"BCP-003-01": {
"name": "BCP-003-01 Secure Communication",
"specs": [{
Expand Down
100 changes: 0 additions & 100 deletions nmostesting/suites/IS1401Test.py

This file was deleted.

30 changes: 0 additions & 30 deletions nmostesting/suites/IS1402Test.py

This file was deleted.

0 comments on commit 089a33e

Please sign in to comment.