spyglass-plugin-xls/tests/shared/templates/site-definition.yaml.j2
Ian H. Pittwood 23892ce1ad Add unit tests for xls plugin CLI
This change implements unit tests for the Spyglass XLS plugin CLI.

Change-Id: I0761f8508f3134b1ffb77e78543a72bf1fcf5ca5
2019-06-17 11:06:31 -05:00

14 lines
257 B
Django/Jinja

---
schema: pegleg/SiteDefinition/v1
metadata:
schema: metadata/Document/v1
layeringDefinition:
abstract: false
layer: site
name: {{ data['region_name'] }}
storagePolicy: cleartext
data:
site_type: {{ data['site_info']['sitetype'] }}
...