update test and examples for OMF6 in OMF section
authorJulien Tribino <julien.tribino@inria.fr>
Thu, 5 Jun 2014 07:51:06 +0000 (09:51 +0200)
committerJulien Tribino <julien.tribino@inria.fr>
Thu, 5 Jun 2014 07:51:06 +0000 (09:51 +0200)
commitf025a30a215310a9803067a25e244137b71f56f2
tree9759015d3192e7aa847f90720e8df02488cbbe2f
parente55b2f40b75bd704ca0f2ad03e78511fbca0791e
update test and examples for OMF6 in OMF section
30 files changed:
examples/omf/nepi_omf5_iminds_stdin.py [moved from examples/omf/nepi_omf_stdin_iminds.py with 87% similarity]
examples/omf/nepi_omf5_nitos_ccncat.py [moved from examples/omf/nepi_omf_ccncat_nitos.py with 82% similarity]
examples/omf/nepi_omf5_nitos_ccnring.py [moved from examples/omf/nepi_omf_ccnring_nitos.py with 84% similarity]
examples/omf/nepi_omf5_nitos_vlc.py [moved from examples/omf/nepi_omf_vlc_nitos.py with 79% similarity]
examples/omf/nepi_omf5_nitos_vlc_tribino.py [new file with mode: 0644]
examples/omf/nepi_omf5_nitos_xeyes.py [moved from examples/omf/nepi_omf_xeyes_nitos.py with 85% similarity]
examples/omf/nepi_omf5_plexus_ccncat_linear.py [new file with mode: 0644]
examples/omf/nepi_omf5_plexus_stdin.py [moved from examples/omf/nepi_omf_stdin_exp.py with 91% similarity]
examples/omf/nepi_omf5_plexus_vlc.py [moved from examples/omf/nepi_omf_vlc_experiment.py with 69% similarity]
examples/omf/nepi_omf6_iminds_vlc.py [new file with mode: 0644]
examples/omf/nepi_omf6_nitos_vlc.py [new file with mode: 0644]
examples/omf/nepi_omf6_plexus_hostname.py [new file with mode: 0644]
examples/omf/nepi_omf6_plexus_ping.py [new file with mode: 0644]
src/nepi/resources/omf/application.py
src/nepi/resources/omf/channel.py
src/nepi/resources/omf/interface.py
src/nepi/resources/omf/messages_6.py
src/nepi/resources/omf/node.py
src/nepi/resources/omf/omf5_api.py
src/nepi/resources/omf/omf6_api.py
src/nepi/resources/omf/omf6_parser.py
src/nepi/resources/omf/omf6_resource.py [deleted file]
src/nepi/resources/omf/omf_api_factory.py
src/nepi/resources/omf/omf_client.py
test/resources/omf/omf5_vlc_normal_case.py [new file with mode: 0755]
test/resources/omf/omf5_vlc_wrong_critical.py [new file with mode: 0755]
test/resources/omf/omf5_vlc_wrong_non_critical.py [moved from test/resources/omf/vlc_wrong_non_critical.py with 81% similarity]
test/resources/omf/omf6_vlc_normal_case.py [moved from test/resources/omf/vlc_normal_case.py with 81% similarity]
test/resources/omf/omf6_vlc_wrong_critical.py [moved from test/resources/omf/vlc_wrong_critical.py with 74% similarity, mode: 0644]
test/resources/omf/omf6_vlc_wrong_non_critical.py [new file with mode: 0644]