Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description:

Test framework should have a option “mom_on_server=<boolean>” If test requirement is mom should be on server

Forum:

Interface: @requirements(“mom_on_server”=<boolean>)

Details:

A new option “mom_on_server” is added to requirement decorator for test requirement “mom should be on server”. If test requirement is mom should be on server then (“mom_on_server” = True) else (“mom_on_server” = False).

Tests skip with message “mom on server” if requirement doesn’t match.

Example:

@requirements(“mom_on_server”=True)

case 1: mom=host1

server=host1

test continued….

case 2:mom=host1

server=host2

test skipped with message “mom on server”

  • No labels