Skip to content
Success

Changes

Summary

  1. testenv/README: fix markdown syntax (details)
  2. HTTP_Adapter: allow requests to different hosts (details)
  3. HTTP_Adapter: add missing omit qualifiers (details)
Commit b147943311904948903d29fdc0343e5827122f74 by Oliver Smith
testenv/README: fix markdown syntax

Put the two wget lines into a code block, otherwise the line break is
omitted and it looks weird.

Change-Id: Ia61d56cdf4822595e2a05b320e387a079bdbfeb2
The file was modified_testenv/README.md
Commit 946605badc75aac38b35e420387966153c82ade4 by pmaier@sysmocom.de
HTTP_Adapter: allow requests to different hosts

The host that is requested via the HTTP_Adapter is configured once on
initialization. This is fine if the test scenario only has exactly one
destination to query. For multiple destinations, this model does not
work. Let's add an http_pars parameter to the request functions, so
that the user can direct the requests to different hosts dynamically.

Related: SYS#7339
Change-Id: Ic87674f2381b3c6a1be6d0ce28a9e5403cda201b
The file was modifiedlibrary/HTTP_Adapter.ttcn
Commit b26f4f635f74fcd1b69a10728f3a73f98dffc632 by pmaier@sysmocom.de
HTTP_Adapter: add missing omit qualifiers

On some function in the HTTP_Adapter module, the (omit)
qualifiers are missing.

Related: SYS#7339
Change-Id: I985021852cbe2bcce60b1466e8ec9c3820a0c0f8
The file was modifiedlibrary/HTTP_Adapter.ttcn