openBackhaul / AdministratorAdministration

Administrates the list of administrators of the application layer.
Apache License 2.0
5 stars 8 forks source link

Attribute configured? testcase to address attribute #113

Closed IswaryaaS closed 1 year ago

IswaryaaS commented 1 year ago

In address attribute, either one of ipv-4-address or domain-name should be present. If the request contains ipv-4-address, in the target tcp-client instance, already available attribute should be replaced with ipv-4-address. Vice versa is expected for domain-name

This behavior can be tested by following:

Retrieve and store actual tcp instance and its necessary dependent instances. If the available address attribute is ip-address/ipv-4-address, we can post domain-name in request-body Check if the attribute is updated in target instance and the ip-address attribute is removed. Clearing with POST request with initial configurations for clearing and check if the instance is cleared as expected Repeat the same if initially "domain-name" is present in tcp-instance with "ip-address" attribute in request body. Finally clear with domain-name These steps need to be followed for the following services.

PrathibaJee commented 1 year ago

Closing this issue , as it is invalid.