changed 'plc' attribute to plural 'plcs'. Some object may belong to more than 1 plc
[tests.git] / qaapi / qa / Slices.py
index 60b78ec..182fdca 100644 (file)
@@ -1,10 +1,11 @@
 import os
+from Remote import Remote
 from Table import Table
 
-class Slice(dict):
+class Slice(dict, Remote):
 
      fields = {
-       'plc': None,
+       'plcs': ['TestPLC'],
        'name': None,
        'instantiation': 'plc-instantiated',
        'max_nodes': 1000,