You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting intf_handler on "Application1/1" doesn't react to description changes (although this is probably unsupported atm) what is the official response on this?
self.l1_source_mgr.app_description_is(self.ap1, "test description") doesn't set the description.
self.intf_mgr.description(self.et27)
'rr' self.intf_mgr.description_is(self.et27,"test description")
results in: terminate called after throwing an instance of 'Tac::PermissionException' what(): write to read-only proxy /ar/Sysdb/interface/resolvedconfig/eth/phy/slice/1.intfConfig/%27Ethernet27%27.description mounted from peer at tbl://sysdb/+n
Executing this agent like this: sudo python -m pdb <file>.py
The text was updated successfully, but these errors were encountered:
Hi SdkTeam,
Having issues with L1 source API (version 2.22.1):
self.l1_source_mgr.app_description_is(self.ap1, "test description")
doesn't set the description.self.intf_mgr.description(self.et27)
'rr'
self.intf_mgr.description_is(self.et27,"test description")
results in:
terminate called after throwing an instance of 'Tac::PermissionException' what(): write to read-only proxy /ar/Sysdb/interface/resolvedconfig/eth/phy/slice/1.intfConfig/%27Ethernet27%27.description mounted from peer at tbl://sysdb/+n
Executing this agent like this:
sudo python -m pdb <file>.py
The text was updated successfully, but these errors were encountered: