https://issues.apache.org/bugzilla/show_bug.cgi?id=54874
Bug ID: 54874
Summary: Support device in addition to source IP address
Product: JMeter
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 30219
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30219&action=edit
Patch to fix HTTPSampler and accept also a device in the 'Source IP address'
box
Overview:
Currently HTTPSampler supports only source IP addresses in the 'Source IP
address' box, to allow testing from various different IP addresses on the same
machine. It doesn't support however entering a device, for instance eth0, eth1,
tun0 etc
Steps to Reproduce:
1. Enter a device in the 'Source IP address' box instead of an IP address
Actual Results:
The main IP address of the machine is being used
Expected Results:
The device address should be used.
Additional Information:
The following patch fixed the behaviour and allows entering a device and not
only an IP address.
--
You are receiving this mail because:
You are the assignee for the bug.