Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Signed-off by: Alexander Zorin <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zorin committed Jan 31, 2019
1 parent a125de3 commit cba099c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ Contributors:

Currently, the Jenkins file directs to servers from FH-Dortmund. Subject to be changed as soon as migrated to Eclipse.
This Repo will further contain all necessary tests for Eclipse Kuksa.

Eclipse HONO API (including MQTT) and some Hawkbit API tests
Appstore tests are not included in this release, as they are outdated with the new Appstore API
APPSTACLE Cluster IPs have not been added, additional setup through Jenkins required
11 changes: 0 additions & 11 deletions testing/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
HONO_DEVICE_REGISTRY_STABLE = 40.118.123.41:8080
HONO_DISPATCH_ROUTER_STABLE = 13.80.240.108:5671
HONO_ADAPTER_HTTP_VERTX_STABLE =13.80.41.35:8080
#INFLUXDB.STABLE = "13.69.61.135:8080";

HAWKBIT_REGISTRY_STABLE = 65.52.133.94:8080
HAWKBIT_REGISTRY_HOT = 13.93.30.63:8080
HAWKBIT_TENANT = default

DEVICE_ID = HMI
SECURITY_TOKEN = fe55fc129f05c7e0b43604dd0850ba51
11 changes: 1 addition & 10 deletions testing/src/test/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# HONO
HONO_DEVICE_REGISTRY_STABLE = 65.52.136.195:8080
HONO_DISPATCH_ROUTER_STABLE = 23.97.155.113:5671
HONO_DISPATCH_ROUTER_STABLE_PORT = 5672
HONO_ADAPTER_HTTP_VERTX_STABLE = 65.52.155.115:8080
HONO_ADAPTER_MQTT_VERTX_STABLE = 65.52.138.68:1883

INFLUXDB.STABLE = 40.115.61.255:8083;

# GLOBAL
#qpid.router.host = 13.80.240.108
#qpid.router.port = 5671

hono.user = 1@ASSYSTEM_TENANT4
hono.password = hashdis
hono.trustedStorePath = src/test/resources/trusted-certs.pem
Expand All @@ -18,7 +10,6 @@ hono.tenant.id = ASSYSTEM_TENANT4
hono.device.id = 1

# HAWKBIT
hawkbit.address = 65.52.133.94:8080
hawkbit.username = admin
hawkbit.password = admin
hawkbit.tenant = default
Expand Down

0 comments on commit cba099c

Please sign in to comment.