Start and observe
From terminal 1 (inside ~/labs/lab1/), start the topology:
sudo python3 simple_topo.py
From the Mininet CLI, test pair-wise connectivity using pingall. You should see connectivity fail because there are no rules yet:
mininet> pingall # all fail
Now, from terminal 2, inspect the flow table:
sudo ovs-ofctl -O OpenFlow13 dump-flows s1
The output should be empty — no rules, no forwarding.