Skip to content
Snippets Groups Projects
Commit 34c6ff0c authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file Mininet.Dockerfile

parent 3019b226
No related branches found
No related tags found
1 merge request!361Draft: Resolve "(CTTC) Implement integration test for Ryu OpenFlow"
......@@ -23,8 +23,4 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
COPY src/tests/ryu-openflow/custom_pentagon_topology.py /opt/custom_pentagon_topology.py
CMD sh -c "/usr/share/openvswitch/scripts/ovs-ctl start && python3 /opt/custom_pentagon_topology.py"
#CMD ["python3", "/opt/custom_pentagon_topology.py"]
CMD ["python3", "/opt/custom_pentagon_topology.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment