Skip to content

Commit

Permalink
Merge pull request #347 from rsmp-nordic/depreciations
Browse files Browse the repository at this point in the history
don't test S0003, S0004, S0018 on sxl 1.2, as they are depreciated
  • Loading branch information
emiltin committed Nov 28, 2023
2 parents 6c11682 + 6d44b21 commit 75e8bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/gem_tlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ alarms:
component: DL1
restrict_testing:
sxl_version: 1.2
core_version: 3.1.3
4 changes: 2 additions & 2 deletions spec/site/tlc/io_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# 1. Given the site is connected
# 2. When we read input with S0029
# 3. Then we should receive a valid response
specify 'is read with S0003' do |example|
specify 'is read with S0003', sxl: '<1.2' do |example|
Validator::Site.connected do |task,supervisor,site|
request_status_and_confirm site, "input status",
{ S0003: [:inputstatus] }
Expand Down Expand Up @@ -99,7 +99,7 @@
# 2. When we subscribe to S0004
# 3. We should receive a status updated
# 4. And the outputstatus attribute should be a digit string
specify 'is read with S0004', sxl: '>=1.0.7' do |example|
specify 'is read with S0004', sxl: ['>=1.0.7','<1.2'] do |example|
Validator::Site.connected do |task,supervisor,site|
prepare task, site
request_status_and_confirm site, "output status",
Expand Down

0 comments on commit 75e8bd2

Please sign in to comment.