Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial addition of reflector #23

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MTReflector/v1/_init.yaml
wvreeven marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# keep for git
8 changes: 8 additions & 0 deletions MTReflector/v1/_summit.yaml
wvreeven marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
device_type: T4
connection_type: TCP
identifier: 127.0.0.1
topics:
- sensor_name: local_ljm
channel_name: FIO7
location: local_network
topic_name: local
8 changes: 8 additions & 0 deletions MTReflector/v1/_tucson.yaml
wvreeven marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
device_type: T4
connection_type: TCP
identifier: 127.0.0.1
topics:
- sensor_name: local_ljm
channel_name: FIO7
location: local_network
topic_name: local
8 changes: 8 additions & 0 deletions tests/test_config_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ def test_TunableLaser(self):
schema_name="CONFIG_SCHEMA",
config_package_root=self.config_package_root,
)

def test_MTReflector(self):
self.check_standard_config_files(
module_name="lsst.ts.mtreflector",
schema_name="CONFIG_SCHEMA",
sal_name="MTReflector",
config_package_root=self.config_package_root,
)