Skip to content

Commit f71ff33

Browse files
committed
fix(tests): update json configs for MQTT
1 parent 4f553c2 commit f71ff33

8 files changed

+8
-8
lines changed

test/plg_cfg_mqtt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
{
55
"name": "mqtt_local",

test/plg_cfg_mqtt_err_01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connectionsXX": [
44
{
55
"name": "mqtt_local",

test/plg_cfg_mqtt_err_02.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
"mqtt_local"
55
]

test/plg_cfg_mqtt_err_03.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
{
55
"address": "tcp://127.0.0.1:1883",

test/plg_cfg_mqtt_err_04.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
{
55
"name": 1000,

test/plg_cfg_mqtt_err_05.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
{
55
"name": "mqtt_local",

test/plg_cfg_mqtt_err_06.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
{
55
"name": "mqtt_local",

test/plg_cfg_mqtt_err_07.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plg_sysagent_mqtt.so": {
2+
"mqtt": {
33
"connections": [
44
{
55
"name": "mqtt_local",

0 commit comments

Comments
 (0)