VOL-1058: Test Case: Authentication (RADIUS)
Apply review comment changes
Change-Id: I72b8dc9ff1cd4bd1c3570c6a7b84d49a1f0de55a
diff --git a/tests/atests/build/aaa_json b/tests/atests/build/aaa_json
new file mode 100644
index 0000000..491b594
--- /dev/null
+++ b/tests/atests/build/aaa_json
@@ -0,0 +1,24 @@
+{
+ "org.opencord.aaa":{
+ "AAA":{
+ "radiusIp":"192.168.249.222",
+ "nasIp":"5.6.7.8",
+ "radiusServerPort":"1812",
+ "radiusSecret":"SECRET",
+ "bindings":[
+ {
+ "mac":"de:ad:be:ef:ba:11",
+ "s-tag":2,
+ "c-tag":2,
+ "nas_port_id":"location"
+ },
+ {
+ "mac":"de:ad:be:ef:ca:fe",
+ "s-tag":2,
+ "c-tag":122,
+ "nas_port_id":"location"
+ }
+ ]
+ }
+ }
+}