diff --git a/MTReflector/v1/_init.yaml b/MTReflector/v1/_init.yaml new file mode 100644 index 0000000..cbc2b4b --- /dev/null +++ b/MTReflector/v1/_init.yaml @@ -0,0 +1 @@ +# keep for git diff --git a/MTReflector/v1/_summit.yaml b/MTReflector/v1/_summit.yaml new file mode 100644 index 0000000..c1d0bec --- /dev/null +++ b/MTReflector/v1/_summit.yaml @@ -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 diff --git a/MTReflector/v1/_tucson.yaml b/MTReflector/v1/_tucson.yaml new file mode 100644 index 0000000..c1d0bec --- /dev/null +++ b/MTReflector/v1/_tucson.yaml @@ -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 diff --git a/tests/test_config_files.py b/tests/test_config_files.py index 7f483b5..fbbcaf6 100644 --- a/tests/test_config_files.py +++ b/tests/test_config_files.py @@ -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, + )