summaryrefslogtreecommitdiffstats
path: root/csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py
diff options
context:
space:
mode:
Diffstat (limited to 'csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py')
-rw-r--r--csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py b/csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py
index ed8c7d5..d3b0088 100644
--- a/csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py
+++ b/csarvalidation/python/main/validation/rules/table/ActiveRuleEntity.py
@@ -1,7 +1,7 @@
# ============LICENSE_START====================================
# vnfsdk-validation
# =========================================================
-# Copyright (C) 2020 Nokia. All rights reserved.
+# Copyright (C) 2021 Nokia. All rights reserved.
# =========================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,7 +18,8 @@
class ActiveRuleEntity:
- def __init__(self, rule, description, product):
+ def __init__(self, rule, release, description, product):
self.rule = rule
+ self.release = release
self.description = description
self.product = product