diff --git a/py-scripts/lf_multipsk.py b/py-scripts/lf_multipsk.py index bfd7c399..6f7b3ea2 100644 --- a/py-scripts/lf_multipsk.py +++ b/py-scripts/lf_multipsk.py @@ -20,7 +20,7 @@ INCLUDE_IN_README -Nikita Yadav Copyright 2021 Candela Technologies Inc License: Free to distribute and modify. LANforge systems must be licensed. - + """ import argparse import os @@ -300,9 +300,9 @@ class MultiPsk(Realm): if x[0] == y[0] and x[1] == y[1]: print("station got ip from upstream") result1 = "Pass" - else: - print("station did not got ip from upstream") - result1 = "Fail" + else: + print("station did not got ip from upstream") + result1 = "Fail" return result1 def postcleanup(self): @@ -339,6 +339,13 @@ def main(): "num_station": 1, "radio": "wiphy4" }, + { + "password": "lanforge2", + "upstream": "eth2.300", + "mac": "", + "num_station": 1, + "radio": "wiphy4" + }, { "password": "lanforge", "upstream": "eth2",