Merging with HEAD
[nepi.git] / src / nepi / testbeds / planetlab / execute.py
index aa17562..8813ae4 100644 (file)
@@ -393,6 +393,9 @@ class TestbedController(testbed_impl.TestbedController):
                 content = None
         elif attribute == 'path':
             content = app.remote_trace_path(trace_id)
+        elif attribute == 'size':
+            # TODO
+            raise NotImplementedError
         else:
             content = None
         return content