* net-test: new behaviour change for simult TFO connect * net-test: behaviour change for simultaneous TFO connect * net-test: packetdrill: run_all: add --dry_run mode * net-test: packetdrill: run_all: add --capture option * net-test: packetdrill: run_all: extra -v are passed to pktdrill cmd * net-test: packetdrill: run_all: support timeout with --serialized * net-test: packetdrill: run_all: limit tests running in parallel * net-test: packetdrill: ensure --wire_client and --wire_server cancel opposing flags * Revert "net-test: packetdrill: bug fix: wire_server must ignore new --wire_server_at arg" * net-test: packetdrill: bug fix: wire_server must ignore new --wire_server_at arg OBS-URL: https://build.opensuse.org/package/show/benchmark/packetdrill?expand=0&rev=6
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/google/packetdrill.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">packetdrill</param>
|
|
<param name="versionformat">2.0+git.%cd</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|
|
|