Skip to content

hostname_test

Github Action edited this page Feb 13, 2025 · 1 revision

System-1.3: System hostname test

Summary

Ensures the device support basic system requirements for a device supporting g* APIs.

Procedure

Each test will require the DUT configured with a basic service configuration that should be provided as part of the basic configuration. This setup should also include any security setup for connecting to the services.

Tests

  1. Configure DUT with service configurations for all required services
  2. The test will verify if the hostname configuration paths can be read, updated and deleted.

OpenConfig Path and RPC Coverage

paths:
   /system/config/hostname:
   /system/state/hostname:

rpcs:
   gnmi:
      gNMI.Set:
         replace: true
         delete: true
      gNMI.Subscribe:
Clone this wiki locally