forked from JunhwanPark/artik-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartik_test.conf
54 lines (42 loc) · 1.19 KB
/
artik_test.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#!/bin/bash
# If you want to test manual-interactive tests, export RUN_MANUAL_TESTS
export RUN_MANUAL_TESTS=1
export ALLOW_DISABLE_WIFI=1
# configure the variables for your test variables needed in tests
# Path of your C test programs
export ARTIK_TEST_PATH=""
# Bluetooth - Target device bluetooth mac address to connect
export BT_ADDR=""
# Cloud
# User Authorisation (Access) Token
export CLOUD_TOKEN=""
export CLOUD_DEVICE_ID=""
export CLOUD_USER_ID=""
export CLOUD_APP_ID=""
export CLOUD_MESSAGE='"Put message body here"'
export CLOUD_ACTION='{"actions": [{ "name": "ACTION_NAME", "parameters": {} }]}'
# Cloud Device Type Id
export CLOUD_DT_ID=""
# Media - Path of the sound file to play
export MEDIA_FILE=""
# Websocket
# Access token of the device
export WEBSOCKET_ACCESS_TOKEN=""
export WEBSOCKET_DEVICE_ID=""
export WEBSOCKET_MESSAGE='Put JSON message body here'
# SDR
export SDR_ACCESS_TOKEN=""
export SDR_DT_ID=""
export SDR_VENDOR_ID=""
export SDR_MESSAGE='Put JSON message body here'
# WIFI
# Wifi AP name to connect
export WIFI_SSID=""
# Wifi password
export WIFI_PSK=""
# LWM2M
export LWM2M_DEVICE_ID=""
export LWM2M_DEVICE_TOKEN=""
# MQTT
export MQTT_DEVICE_ID=""
export MQTT_DEVICE_TOKEN=""