Skip to content

Commit

Permalink
depreciate S0018 test from tlc sxl 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Oct 4, 2023
1 parent c86bbcc commit 5a453a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/gem_tlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ alarms:
activation_input: 7
component: DL1
restrict_testing:
# sxl_version: 1.1
#sxl_version: 1.2
3 changes: 2 additions & 1 deletion spec/site/tlc/signal_plans_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
end

# Verify status S0018 number of time plans
# Deprecated from 1.2, use S0022 instead.
#
# 1. Given the site is connected
# 2. Request status
# 3. Expect status response before timeout
specify 'list size is read with S0018', sxl: '>=1.0.7' do |example|
specify 'list size is read with S0018', sxl: ['>=1.0.7','<1.2'] do |example|
Validator::Site.connected do |task,supervisor,site|
request_status_and_confirm site, "number of time plans",
{ S0018: [:number] }
Expand Down

0 comments on commit 5a453a6

Please sign in to comment.