@@ -103,11 +103,11 @@ eunit(
103
103
broker_for_integration_suites ()
104
104
105
105
rabbitmq_integration_suite (
106
- name = "config_schema_SUITE " ,
106
+ name = "web_mqtt_config_schema_SUITE " ,
107
107
)
108
108
109
109
rabbitmq_integration_suite (
110
- name = "command_SUITE " ,
110
+ name = "web_mqtt_command_SUITE " ,
111
111
additional_beam = [
112
112
"test/rabbit_web_mqtt_test_util.beam" ,
113
113
],
@@ -117,15 +117,31 @@ rabbitmq_integration_suite(
117
117
)
118
118
119
119
rabbitmq_integration_suite (
120
- name = "proxy_protocol_SUITE " ,
120
+ name = "web_mqtt_proxy_protocol_SUITE " ,
121
121
additional_beam = [
122
122
"test/src/rabbit_ws_test_util.beam" ,
123
123
"test/src/rfc6455_client.beam" ,
124
124
],
125
125
)
126
126
127
127
rabbitmq_integration_suite (
128
- name = "system_SUITE" ,
128
+ name = "web_mqtt_shared_SUITE" ,
129
+ additional_beam = [
130
+ "test/src/rabbit_ws_test_util.beam" ,
131
+ "test/src/rfc6455_client.beam" ,
132
+ ],
133
+ )
134
+
135
+ rabbitmq_integration_suite (
136
+ name = "web_mqtt_system_SUITE" ,
137
+ additional_beam = [
138
+ "test/src/rabbit_ws_test_util.beam" ,
139
+ "test/src/rfc6455_client.beam" ,
140
+ ],
141
+ )
142
+
143
+ rabbitmq_integration_suite (
144
+ name = "web_mqtt_v5_SUITE" ,
129
145
additional_beam = [
130
146
"test/src/rabbit_ws_test_util.beam" ,
131
147
"test/src/rfc6455_client.beam" ,
0 commit comments