N1 Service Provisioning System 4.1 Reference Guide

urlTest Step

The <urlTest> is a step used to verify that the contents of a particular URL match an expected pattern. If the desired pattern is not matched, the step fails and execution stops.

Attributes of the urlTest Step

Name 

Type 

Required 

Configurable 

Description 

delaySecs 

positiveInteger 

Yes 

No 

The number of seconds to wait before testing the URL content.  

timeoutSecs 

positiveInteger 

Yes 

No 

The number of seconds to wait to receive the URL content before failing. This time starts after the delay has completed.  

URL 

String 

Yes 

Yes 

The URL whose content should be tested. Currently, only HTTP protocol is supported. 

pattern 

String 

Yes 

Yes 

A glob-style pattern expected to match the content of the URL being tested.