X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Flinux%2Ftransfer%2Ffile_transfer.py;h=d5d6aafb037261eaad82aac7e6cface5361c3def;hb=b9a4b2d96a87a8cf31e8cf3817134fd98c1829ba;hp=3296b072e346b0b4dae3a834ed1a5ddc69f9f595;hpb=be848fe4985ed1cb8c171d45aab6c5eda9b0b791;p=nepi.git diff --git a/examples/linux/transfer/file_transfer.py b/examples/linux/transfer/file_transfer.py index 3296b072..d5d6aafb 100755 --- a/examples/linux/transfer/file_transfer.py +++ b/examples/linux/transfer/file_transfer.py @@ -70,7 +70,7 @@ server = add_node(ec, server_name, slicename) client = add_node(ec, client_name, slicename) # Add resource managers for the linux applications -app_server = add_app(ec, "cat ${SOURCES}/big_buck_bunny_240p_mpeg4_lq.ts | pv -fbt 2> \ +app_server = add_app(ec, "cat ${SRC}/big_buck_bunny_240p_mpeg4_lq.ts | pv -fbt 2> \ bw.txt | nc %s 1234" % client_name, server, video=video, depends=depends_server) # Note: is important to add the -d option in nc command to not attempt to read from the