[VOL-614] Verify RG Authentication

Replace the freeradius container as it was not doing proper EAPOL
authentication

Change-Id: If9a6df5a895975bda45ba794bb83be7a9da3b418
diff --git a/compose/docker-compose-auth-test.yml b/compose/docker-compose-auth-test.yml
index 7f5b442..da0e60f 100644
--- a/compose/docker-compose-auth-test.yml
+++ b/compose/docker-compose-auth-test.yml
@@ -3,20 +3,24 @@
 services:
 
  freeradius:
-   image: "${REGISTRY}marcelmaatkamp/freeradius:${RADIUS_TAG:-latest}"
+  image: "${REGISTRY}tpdock/freeradius:latest"
   ports:
    - "1812:1812/udp"
    - "1813:1813"
    - "18120:18120"
+  environment:
+   RADIUS_LISTEN_IP: '*'
+   USERS_FILE: '/etc/raddb/users'
+   RADIUS_CLIENTS : 'SECRET@172.25.0.200'
   volumes:
-   - "./data/clients.conf:/etc/raddb/clients.conf"
    - "./data/users:/etc/raddb/users"
   networks:
    authnet:
     ipv4_address: 172.25.0.100
 
+
  onos:
-  image: "${REGISTRY}${REPOSITORY}voltha-onos:${TAG:-latest}"
+  image: "${REGISTRY}${REPOSITORY}voltha-onos:latest"
   ports:
    - "8101:8101" # ssh
    - "6653:6653" # OF