Skip to content

Commit

Permalink
Temp: output
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 19, 2024
1 parent 552aa18 commit 866cd5a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,12 @@ def check_logs(config):
all_pass = number_of_failed_positive_tests == 0 and number_of_failed_negative_tests == 0
return 0 if all_pass else 1

# start a server which update the counters every time
def main():
print("SIMULATION TELEMETRY")
time.sleep(5)

# start a server which update the counters every time
def main2():
parser = argparse.ArgumentParser()
parser.add_argument('--num_simulated_ports', type=int, default=10,
help="number of ports to simulate if set to 0 ports will be taken from the UFM REST server")
Expand Down

0 comments on commit 866cd5a

Please sign in to comment.