@@ -32,38 +32,38 @@ Some caveats:
3232
3333<!-- START GENERATED, do not edit anything after this line! -->
3434* [ bad_target_family] ( #bad_target_family-preview ) : Error handling for badly formed target address family
35- * [ broken_config] ( #broken_config-beta ) : Check that the device correctly handles a broken (non-json) config message.
36- * [ config_logging] ( #config_logging-beta ) : Check that the device publishes minimum required log entries when receiving config
37- * [ device_config_acked] ( #device_config_acked-beta ) : Check that the device MQTT-acknowledges a sent config.
35+ * [ broken_config] ( #broken_config-stable ) : Check that the device correctly handles a broken (non-json) config message.
36+ * [ config_logging] ( #config_logging-stable ) : Check that the device publishes minimum required log entries when receiving config
37+ * [ device_config_acked] ( #device_config_acked-stable ) : Check that the device MQTT-acknowledges a sent config.
3838* [ empty_enumeration] ( #empty_enumeration-preview ) : Check enumeration of nothing at all
3939* [ endpoint_connection_error] ( #endpoint_connection_error-preview ) : Push endpoint config message to device that results in a connection error.
4040* [ endpoint_connection_retry] ( #endpoint_connection_retry-preview ) : Check repeated endpoint with same information gets retried.
4141* [ endpoint_connection_success_alternate] ( #endpoint_connection_success_alternate-preview ) : Check connection to an alternate project.
4242* [ endpoint_connection_success_reconnect] ( #endpoint_connection_success_reconnect-preview ) : Check a successful reconnect to the same endpoint.
4343* [ endpoint_failure_and_restart] ( #endpoint_failure_and_restart-preview )
4444* [ endpoint_redirect_and_restart] ( #endpoint_redirect_and_restart-preview )
45- * [ extra_config] ( #extra_config-beta ) : Check that the device correctly handles an extra out-of-schema field
45+ * [ extra_config] ( #extra_config-stable ) : Check that the device correctly handles an extra out-of-schema field
4646* [ family_ether_addr] ( #family_ether_addr-preview )
4747* [ family_ipv4_addr] ( #family_ipv4_addr-preview )
4848* [ family_ipv6_addr] ( #family_ipv6_addr-preview )
4949* [ feature_enumeration] ( #feature_enumeration-preview ) : Check enumeration of device features
5050* [ gateway_proxy_events] ( #gateway_proxy_events-beta ) : Check that a gateway proxies pointset events for indicated devices
51- * [ pointset_publish] ( #pointset_publish-beta ) : Check that a device publishes pointset events
52- * [ pointset_publish_interval] ( #pointset_publish_interval-beta ) : Check handling of sample_rate_sec and sample_limit_sec
53- * [ pointset_remove_point] ( #pointset_remove_point-beta ) : Check that pointset state does not report an unconfigured point
54- * [ pointset_request_extraneous] ( #pointset_request_extraneous-beta ) : Check error when pointset configuration contains extraneous point
55- * [ state_make_model] ( #state_make_model-beta ) : Check that a device publishes correct make and model information in state messages
56- * [ state_software] ( #state_software-beta ) : Check that a device publishes correct software information in state messages
51+ * [ pointset_publish] ( #pointset_publish-stable ) : Check that a device publishes pointset events
52+ * [ pointset_publish_interval] ( #pointset_publish_interval-stable ) : Check handling of sample_rate_sec and sample_limit_sec
53+ * [ pointset_remove_point] ( #pointset_remove_point-stable ) : Check that pointset state does not report an unconfigured point
54+ * [ pointset_request_extraneous] ( #pointset_request_extraneous-stable ) : Check error when pointset configuration contains extraneous point
55+ * [ state_make_model] ( #state_make_model-stable ) : Check that a device publishes correct make and model information in state messages
56+ * [ state_software] ( #state_software-stable ) : Check that a device publishes correct software information in state messages
5757* [ system_last_update] ( #system_last_update-stable ) : Check that last_update state is correctly set in response to a config update.
58- * [ valid_serial_no] ( #valid_serial_no-beta )
58+ * [ valid_serial_no] ( #valid_serial_no-stable )
5959
6060## bad_target_family (PREVIEW)
6161
6262Error handling for badly formed target address family
6363
64641 . Test skipped: Not a proxied device
6565
66- ## broken_config (BETA )
66+ ## broken_config (STABLE )
6767
6868Check that the device correctly handles a broken (non-json) config message.
6969
@@ -87,7 +87,7 @@ Check that the device correctly handles a broken (non-json) config message.
87871 . Check that log category ` system.config.receive ` level ` DEBUG ` not logged
88881 . Check that log category ` system.config.parse ` level ` DEBUG ` not logged
8989
90- ## config_logging (BETA )
90+ ## config_logging (STABLE )
9191
9292Check that the device publishes minimum required log entries when receiving config
9393
@@ -98,7 +98,7 @@ Check that the device publishes minimum required log entries when receiving conf
98981 . Wait for log category ` system.config.parse ` level ` DEBUG ` to be logged
99991 . Wait for log category ` system.config.apply ` level ` NOTICE ` to be logged
100100
101- ## device_config_acked (BETA )
101+ ## device_config_acked (STABLE )
102102
103103Check that the device MQTT-acknowledges a sent config.
104104
@@ -238,7 +238,7 @@ Check a successful reconnect to the same endpoint.
238238 * Remove ` blobset.blobs._iot_endpoint_config `
2392391 . Wait for endpoint config blobset state not defined
240240
241- ## extra_config (BETA )
241+ ## extra_config (STABLE )
242242
243243Check that the device correctly handles an extra out-of-schema field
244244
@@ -298,13 +298,13 @@ Check that a gateway proxies pointset events for indicated devices
298298
2992991 . Test skipped: Not a gateway
300300
301- ## pointset_publish (BETA )
301+ ## pointset_publish (STABLE )
302302
303303Check that a device publishes pointset events
304304
3053051 . Wait for receive a pointset event
306306
307- ## pointset_publish_interval (BETA )
307+ ## pointset_publish_interval (STABLE )
308308
309309Check handling of sample_rate_sec and sample_limit_sec
310310
@@ -319,7 +319,7 @@ Check handling of sample_rate_sec and sample_limit_sec
3193191 . Wait for receive at least 4 pointset events
3203201 . Check that time period between successive pointset events is between 15 and 18 seconds
321321
322- ## pointset_remove_point (BETA )
322+ ## pointset_remove_point (STABLE )
323323
324324Check that pointset state does not report an unconfigured point
325325
@@ -336,7 +336,7 @@ Check that pointset state does not report an unconfigured point
3363361 . Wait for pointset state matches config
3373371 . Wait for pointset event contains correct points
338338
339- ## pointset_request_extraneous (BETA )
339+ ## pointset_request_extraneous (STABLE )
340340
341341Check error when pointset configuration contains extraneous point
342342
@@ -355,13 +355,13 @@ Check error when pointset configuration contains extraneous point
3553551 . Wait for pointset state matches config
3563561 . Wait for pointset event contains correct points
357357
358- ## state_make_model (BETA )
358+ ## state_make_model (STABLE )
359359
360360Check that a device publishes correct make and model information in state messages
361361
3623621 . Check that make and model in state matches make in metadata
363363
364- ## state_software (BETA )
364+ ## state_software (STABLE )
365365
366366Check that a device publishes correct software information in state messages
367367
@@ -380,6 +380,6 @@ Check that last_update state is correctly set in response to a config update.
3803801 . Wait for state last_config matches config timestamp
3813811 . Wait for state update complete
382382
383- ## valid_serial_no (BETA )
383+ ## valid_serial_no (STABLE )
384384
3853851 . Wait for received serial number matches
0 commit comments