Update Testing with cEOS authored by Andre Sterba's avatar Andre Sterba
......@@ -28,7 +28,7 @@ topology:
3. Run `containerlab deploy --topo development.clab.yaml` to deploy and `containerlab destroy --topo development.clab.yaml` to destroy the stack.
4. You should now start the controller and init the gosdn-cli with `gosdnc --controller 127.0.0.1:55055 init`.
4. You should now start the controller and init the gosdn-cli with `./gosdnc --controller 127.0.0.1:55055 init`.
5. Add a new device with `./gosdnc dev create -a 172.20.20.2:6030 -u admin -p admin --name='test-ceos-1'` and remember the UUID of the device.
......
......