-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Due to improper splitting here (in check.py) the following test case is unable to run :
test_interfaces_terse:
- command: show interfaces terse
- iterate:
id: ./name
xpath: //physical-interface
tests:
- exists: ./name[contains(substring(.,1,3),'pfe')]An error is produced which says that the xpath is invalid.
This can be reproduced by using xpath functions in the xpath specified with the operator( exists here )
Reactions are currently unavailable