aaronhuff
3/12/2020 - 2:23 PM

test case template

"""
Results of CML test for DMVPN with VSAT backup for UST.

Lab is using topology under test_change > dmvpn_w_vsat

Created By: Aaron Huff
Date: March 2020
"""

"""test#1: test path from dcw polling network to field control network"""
""==========================================================================
prerequisite 1.1: shutdown
    tun0 @ dcz
""""""
step 1.1: ping
    poller -> 10.116.3.195
''
step 1.2: traceroute
    poller -> 10.116.3.195
''
expected results: uses tun0 @ dcy
actual results: as expected
pass/fail: pass
"""
### results 1.1 ###
  TODO
''
### results 1.2 ###
  TODO
"""
''-------------------------------------------------------------------------
"""END OF TESTS"""