Reusable Test + Run Server Side Script bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi,
I discovered a bug that triggers when you add a reusable test to a normal atf test (sys_atf_test) which includes a server side script.
The server side script seems to parse all the steps in the normal test's environment but the reusable test seems to have no step configuration by default. Therefore we get the error: "Unable to find step configuration'<name of the test' with sys_id" for step with order 1." for a reusable test inserted at order 1.
The workaround is to put the server side script into its own step configuration and then include it in the normal test. However, this has the disadvantage of me creating step configurations for custom scripts that I cannot use in other tests.
Do you know another way to deal with this error?
Cheers Bidiu