All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Resources.FitNesseRoot.PlugIns.RadiusFixture.UserGuide.GenericPacket.Table.ExtendDictionary.wiki Maven / Gradle / Ivy

The newest version!
---
Test
---
!***> definitions
!define REQUEST { {{{Unknown (254), ID 0
NAS-Identifier: foo.bar.org
Custom-String: fooBar}}} }
*!
!2 Extend Dictionary in RADIUS Fixture Table Mode
Following examples show how to extend Dictionary in RADIUS Communication.

!3 Extend Dictionary in Table Header
RADIUS Dictionary can be extended providing a custom dictionary into the table header constructor map.

|ddt        :radius client fixture|!{host:${RADIUS_HOST}, genericPort:${RADIUS_GENERIC_PORT}, sharedSecret:${RADIUS_SHARED_SECRET}, dictionary:${CUSTOM_DICTIONARY}}|
|packet type|NAS-Identifier       |Custom-String|request?  |response?                                                                                               |
|254        |foo.bar.org          |fooBar       |${REQUEST}|${REQUEST}                                                                                              |

!3 Extend Dictionary in Table Column
RADIUS Dictionary can be extended providing a custom dictionary into the ''dictionary'' table column.

|ddt                 :radius client fixture|!{host:${RADIUS_HOST}, genericPort:${RADIUS_GENERIC_PORT}, sharedSecret:${RADIUS_SHARED_SECRET}}|
|dictionary          |packet type          |NAS-Identifier|Custom-String|request?  |response?                                               |
|${CUSTOM_DICTIONARY}|254                  |foo.bar.org   |fooBar       |${REQUEST}|${REQUEST}                                              |




© 2015 - 2025 Weber Informatics LLC | Privacy Policy