Lets leave PL type checking enabled, as the type check on the 'auth'
authorMarc Fiuczynski <mef@cs.princeton.edu>
Sun, 24 May 2009 19:30:05 +0000 (19:30 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Sun, 24 May 2009 19:30:05 +0000 (19:30 +0000)
commit45ca83e55324322c355263a054f860a0aa3ea93c
tree8418bb93d27da30871259b0477fb608ae7ae0369
parenta32f662160a0202c4a19b4cb9544d27b7c28a4fc
Lets leave PL type checking enabled, as the type check on the 'auth'
argument sets up self.caller that is needed in some of the calls.

Tests of AddInterface & DeleteNodeNetwork and vice versa function
correctly.  Still need to validate the same for the others such as
SliceAttributes & SliceTags, NodeNetworkSettings & InterfaceTag, and
*Type calls.
20 files changed:
PLC/Methods/AddNodeNetwork.py
PLC/Methods/AddNodeNetworkSetting.py
PLC/Methods/AddNodeNetworkSettingType.py
PLC/Methods/AddSliceAttribute.py
PLC/Methods/AddSliceAttributeType.py
PLC/Methods/DeleteNodeNetwork.py
PLC/Methods/DeleteNodeNetworkSetting.py
PLC/Methods/DeleteNodeNetworkSettingType.py
PLC/Methods/DeleteSliceAttribute.py
PLC/Methods/DeleteSliceAttributeType.py
PLC/Methods/GetNodeNetworkSettingTypes.py
PLC/Methods/GetNodeNetworkSettings.py
PLC/Methods/GetNodeNetworks.py
PLC/Methods/GetSliceAttributeTypes.py
PLC/Methods/GetSliceAttributes.py
PLC/Methods/UpdateNodeNetwork.py
PLC/Methods/UpdateNodeNetworkSetting.py
PLC/Methods/UpdateNodeNetworkSettingType.py
PLC/Methods/UpdateSliceAttribute.py
PLC/Methods/UpdateSliceAttributeType.py