Skip to content

Commit dd81751

Browse files
committed
Merge commit '09048b9f0a799bff3ee394790c23c47bec5af727' into feature/ngsi-ld-measure
Applying telefonicaid#839 and telefonicaid#840 to reduce diff with master
2 parents 40875e3 + 09048b9 commit dd81751

File tree

57 files changed

+83
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+83
-84
lines changed

test/unit/expressions/expressionBasedTransformations-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
118118
deviceRegistrationDuration: 'P1M'
119119
};
120120

121-
describe('Expression-based transformations plugin', function() {
121+
describe('NGSI-v1 - Expression-based transformations plugin', function() {
122122
beforeEach(function(done) {
123123
logger.setLevel('FATAL');
124124

test/unit/general/contextBrokerKeystoneSecurityAccess-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
8787
deviceRegistrationDuration: 'P1M'
8888
};
8989

90-
describe('Secured access to the Context Broker with Keystone', function() {
90+
describe('NGSI-v1 - Secured access to the Context Broker with Keystone', function() {
9191
var values = [
9292
{
9393
name: 'state',

test/unit/general/contextBrokerOAuthSecurityAccess-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
8888
deviceRegistrationDuration: 'P1M'
8989
};
9090

91-
describe('Secured access to the Context Broker with OAuth2 provider', function() {
91+
describe('NGSI-v1 - Secured access to the Context Broker with OAuth2 provider', function() {
9292
var values = [
9393
{
9494
name: 'state',

test/unit/general/deviceService-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
168168

169169

170170
/* jshint camelcase: false */
171-
describe('Device Service: utils', function() {
171+
describe('NGSI-v1 - Device Service: utils', function() {
172172
beforeEach(function(done) {
173173
nock.cleanAll();
174174
logger.setLevel('FATAL');

test/unit/general/https-support-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
122122
iotamMock;
123123

124124

125-
describe('HTTPS support tests IOTAM', function() {
125+
describe('NGSI-v1 - HTTPS support tests IOTAM', function() {
126126

127127
describe('When the IoT Agents is started with https "iotManager" config', function() {
128128
beforeEach(function(done) {
@@ -154,7 +154,7 @@ describe('HTTPS support tests IOTAM', function() {
154154
});
155155
});
156156

157-
describe('HTTPS support tests', function() {
157+
describe('NGSI-v1 - HTTPS support tests', function() {
158158

159159
describe('When subscription is sent to HTTPS context broker', function() {
160160
beforeEach(function(done) {

test/unit/general/iotam-autoregistration-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
186186
},
187187
iotamMock;
188188

189-
describe('IoT Manager autoregistration', function() {
189+
describe('NGSI-v1 - IoT Manager autoregistration', function() {
190190
describe('When the IoT Agent is started without a "iotManager" config parameter and empty services', function() {
191191
beforeEach(function() {
192192
nock.cleanAll();

test/unit/general/startup-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
6262
iotAgentConfigNoTypes = _.clone(iotAgentConfig),
6363
iotamMock;
6464

65-
describe('Startup tests', function() {
65+
describe('NGSI-v1 - Startup tests', function() {
6666
describe('When the IoT Agent is started without a "providerUrl" config parameter', function() {
6767
beforeEach(function() {
6868
delete iotAgentConfigNoUrl.providerUrl;

test/unit/lazyAndCommands/active-devices-attribute-update-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
6262
subservice: 'gardens'
6363
};
6464

65-
describe('Update attribute functionalities', function() {
65+
describe('NGSI-v1 - Update attribute functionalities', function() {
6666

6767
beforeEach(function(done) {
6868
logger.setLevel('FATAL');

test/unit/lazyAndCommands/command-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
107107
subservice: 'gardens'
108108
};
109109

110-
describe('Command functionalities', function() {
110+
describe('NGSI-v1 - Command functionalities', function() {
111111
beforeEach(function(done) {
112112
logger.setLevel('FATAL');
113113

test/unit/lazyAndCommands/lazy-devices-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var iotAgentLib = require('../../../lib/fiware-iotagent-lib'),
138138
}
139139
};
140140

141-
describe('IoT Agent Lazy Devices', function() {
141+
describe('NGSI-v1 - IoT Agent Lazy Devices', function() {
142142
beforeEach(function(done) {
143143
logger.setLevel('FATAL');
144144
mongoUtils.cleanDbs(done);

0 commit comments

Comments
 (0)