Fix typo in examples/planetlab/ccn/two_nodes_file_retrieval.py
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Wed, 12 Feb 2014 23:50:54 +0000 (00:50 +0100)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Wed, 12 Feb 2014 23:50:54 +0000 (00:50 +0100)
examples/planetlab/ccn/two_nodes_file_retrieval.py

index 7da5d17..096268f 100644 (file)
@@ -71,7 +71,7 @@ ec.set(node2, "plpassword", pl_pass)
 # username should be your PlanetLab slice name 
 ec.set(node2, "username", slicename)
 # Absolute path to the SSH private key for PlanetLab
-ec.set(node1, "identity", pl_ssh_key)
+ec.set(node2, "identity", pl_ssh_key)
 # Clean all files, results, etc, from previous experiments wit the same exp_id
 ec.set(node2, "cleanExperiment", True)
 # Kill all running processes in the PlanetLab node before running the experiment