summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/feature_group.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/sdc/feature_group.jinja')
-rw-r--r--robot/assets/templates/sdc/feature_group.jinja11
1 files changed, 11 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/feature_group.jinja b/robot/assets/templates/sdc/feature_group.jinja
new file mode 100644
index 00000000..cc3fec13
--- /dev/null
+++ b/robot/assets/templates/sdc/feature_group.jinja
@@ -0,0 +1,11 @@
+{
+ "name": "{{feature_group_name}}",
+ "description": "vendor feature group",
+ "partNumber": "123abc456",
+ "addedLicenseKeyGroupsIds": [
+ "{{key_group_id}}"
+ ],
+ "addedEntitlementPoolsIds": [
+ "{{entitlement_pool_id}}"
+ ]
+} \ No newline at end of file