Skip to content

Commit

Permalink
[chores] Removed commented out freeradius test
Browse files Browse the repository at this point in the history
Let's keep it simple and focus our efforts on the docker deployments.
  • Loading branch information
nemesifier committed May 7, 2022
1 parent 3c651a0 commit bb5fb0e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions molecule/resources/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,3 @@
- name: Show OpenWisp log
debug:
var: openwisp_log

- name: Check Freeradius
# TODO: This test should work when openwisp-radius 0.3.0 is released!
# block:
# - name: Get radius-token for admin user
# uri:
# url: "https://{{ inventory_hostname }}/api/v1/default/account/token/"
# validate_certs: false
# method: POST
# body_format: form-urlencoded
# body:
# username: admin
# password: admin
# - name: Check if freeradius is running
# command: radtest admin admin localhost 0 testing123
# register: freeradius_status
# failed_when: '"Received Access-Accept" not in freeradius_status.stdout'
debug:
msg: "This test should work when openwisp-radius 0.3.0 is released!"

0 comments on commit bb5fb0e

Please sign in to comment.