summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/opnfv_testapi/models/user_models.py
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-21 00:46:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 00:46:35 +0000
commit174b299271189496bae4c4d6727ea26a7a098756 (patch)
treeb063e18c795988e38e1eb4afa74d4cbf9524f057 /utils/test/testapi/opnfv_testapi/models/user_models.py
parentfd65ec9e84ae025e6b903c403514405ba0bb0a61 (diff)
parentf11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (diff)
Merge "Remove 'utils/test' Directory and update INFO"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/models/user_models.py')
-rw-r--r--utils/test/testapi/opnfv_testapi/models/user_models.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/test/testapi/opnfv_testapi/models/user_models.py b/utils/test/testapi/opnfv_testapi/models/user_models.py
deleted file mode 100644
index 90fbadcd4..000000000
--- a/utils/test/testapi/opnfv_testapi/models/user_models.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from opnfv_testapi.models import base_models
-
-
-class User(base_models.ModelBase):
- def __init__(self, user=None, email=None, fullname=None, groups=None):
- self.user = user
- self.email = email
- self.fullname = fullname
- self.groups = groups