-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1778 from telefonicaid/feature/change_json_in_ret…
…rieve_entity_request [FEATURE] changes in json format in retrieve entity response
- Loading branch information
Showing
11 changed files
with
721 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
test/acceptance/behave/components/ngsiv2/entities/retrieve_entity/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U | ||
This file is part of Orion Context Broker. | ||
Orion Context Broker is free software: you can redistribute it and/or | ||
modify it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
Orion Context Broker is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero | ||
General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with Orion Context Broker. If not, see http://www.gnu.org/licenses/. | ||
For those usages not covered by this license please contact with | ||
iot_support at tid dot es | ||
""" | ||
__author__ = 'Iván Arias León (ivan dot ariasleon at telefonica dot com)' | ||
|
||
|
||
|
27 changes: 27 additions & 0 deletions
27
test/acceptance/behave/components/ngsiv2/entities/retrieve_entity/environment.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U | ||
This file is part of Orion Context Broker. | ||
Orion Context Broker is free software: you can redistribute it and/or | ||
modify it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
Orion Context Broker is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero | ||
General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with Orion Context Broker. If not, see http://www.gnu.org/licenses/. | ||
For those usages not covered by this license please contact with | ||
iot_support at tid dot es | ||
""" | ||
__author__ = 'Iván Arias León (ivan dot ariasleon at telefonica dot com)' | ||
|
||
# see generic environment.py in root path | ||
|
||
from environment import * |
Oops, something went wrong.