Hello,
I am trying to use the PerformanceCenterTesting@1 task in an Azure DevOps yaml pipeline in order to trigger the execution of load tests designed on a LoadRunner Enterprise server.
These are the system requirements mentioned for this plugin:
To use this plugin you must have:
LoadRunner Enterprise server designed to run load tests on LoadRunner Enterprise hosts.
PowerShell version 4.0 or later.
I want to run this task on a Linux agent.
Expected behavior: The task starts and runs successfully.
Actual behavior:
LRE - Execute Test
Starting: LRE - Execute Test
==============================================================================
Task : LoadRunner Enterprise Test
Description : Run a LoadRunner Enterprise test from a task in a Azure DevOps / Microsoft Team Foundation Server CI build process.
Version : 1.0.9
Author : Micro-Focus
Help :
==============================================================================
##[error]The current operating system is not capable of running this task. That typically means the task was written for Windows only. For example, written for Windows Desktop PowerShell.
Finishing: LRE - Execute Test
The task works when running on a Windows agent.
Is this task supported on Linux agents?
Hello,
I am trying to use the PerformanceCenterTesting@1 task in an Azure DevOps yaml pipeline in order to trigger the execution of load tests designed on a LoadRunner Enterprise server.
These are the system requirements mentioned for this plugin:
To use this plugin you must have:
I want to run this task on a Linux agent.
Expected behavior: The task starts and runs successfully.
Actual behavior:
The task works when running on a Windows agent.
Is this task supported on Linux agents?