Skip to content

Commit 343ccbf

Browse files
author
Fernando López
committed
Update python libraries and correction some tests
1 parent 976f98c commit 343ccbf

43 files changed

Lines changed: 303 additions & 54 deletions

File tree

Some content is hidden

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

features/101.Getting_Started.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 101.Getting Started
1+
Feature: Test tutorial 101.Getting Started
22

33
This is the feature file of the FIWARE Step by Step tutorial for NGSI-v2
44
url: https://fiware-tutorials.readthedocs.io/en/latest/getting-started.html

features/102.Entity_Relationships.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# version 21 July 2021
66
#
77

8-
Feature: test tutorial 102.Entity_Relationships
8+
Feature: Test tutorial 102.Entity_Relationships
99

1010
This is the feature file of the FIWARE Step by Step tutorial for NGSI-v2
1111
url: https://fiware-tutorials.readthedocs.io/en/latest/entity-relationships.html

features/102.ngsild.working_with_context_orionld.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 102 NGSI-LD: Working with Context feature (Orion-LD)
1+
Feature: Test tutorial 102 NGSI-LD: Working with Context feature (Orion-LD)
22

33
This is the feature file of the FIWARE Step by Step tutorial for NGSI-LD
44
url: https://ngsi-ld-tutorials.readthedocs.io/en/latest/working-with-%40context.html

features/102.ngsild.working_with_context_scorpio.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 102 NGSI-LD: Working with Context feature (Scorpio)
1+
Feature: Test tutorial 102 NGSI-LD: Working with Context feature (Scorpio)
22

33
This is the feature file of the FIWARE Step by Step tutorial for NGSI-LD
44
url: https://ngsi-ld-tutorials.readthedocs.io/en/latest/working-with-%40context.html

features/102.ngsild.working_with_context_stellio.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 102 NGSI-LD: Working with Context feature (Stellio)
1+
Feature: Test tutorial 102 NGSI-LD: Working with Context feature (Stellio)
22

33
This is the feature file of the FIWARE Step by Step tutorial for NGSI-LD
44
url: https://ngsi-ld-tutorials.readthedocs.io/en/latest/working-with-%40context.html

features/103.CRUD-Operations.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# version 27 July 2021
66
#
77

8-
Feature: test tutorial 103.CRUD-Operations
8+
Feature: Test tutorial 103.CRUD-Operations
99

1010
This is the feature file of the FIWARE Step by Step tutorial for NGSI-v2
1111
url: https://fiware-tutorials.readthedocs.io/en/latest/crud-operations.html
@@ -20,7 +20,7 @@ Feature: test tutorial 103.CRUD-Operations
2020

2121
Scenario: Checking the service health
2222
When I send GET HTTP request to "http://localhost:1026/version"
23-
Then I receive a HTTP "200" response code from Orion with the body equal to "response101-01.json"
23+
Then I receive a HTTP "200" response code from Orion with the body "response101-01.json" and exclusions "response101-01.excludes"
2424

2525

2626
#

features/104.Context-Providers.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 104.Context Data and Context Providers
1+
Feature: Test tutorial 104.Context Data and Context Providers
22

33
This is feature file of the FIWARE step by step tutorial for Context Data and Context Providers
44

features/201.Introduction_to_IoT_Sensors.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 201.Introduction to IoT Sensors
1+
Feature: Test tutorial 201.Introduction to IoT Sensors
22

33
This is the feature file of the FIWARE Step by Step tutorial for IoT Sensors - What's Ultralight 2.0
44
url: https://fiware-tutorials.readthedocs.io/en/latest/iot-sensors.html

features/201.ngsild.IoTSensors.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 201.Introduction to IoT Sensors
1+
Feature: Test tutorial 201.Introduction to IoT Sensors
22

33
This is the feature file of the FIWARE Step by Step tutorial for IoT Sensors - NGSI-LD
44
url: https://ngsi-ld-tutorials.readthedocs.io/en/latest/iot-sensors.html

features/202.IotAgent_Ultralight.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: test tutorial 202.Introduction to IoT Agent Ultralight
1+
Feature: Test tutorial 202.Introduction to IoT Agent Ultralight
22

33
This is feature file of the FIWARE step by step tutorial for IoT Agent Ultrlight
44
url: https://fiware-tutorials.readthedocs.io/en/latest/iot-agent.html

0 commit comments

Comments
 (0)