mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
parent
5564a61167
commit
728e8e2b58
2 changed files with 96 additions and 98 deletions
|
@ -1231,7 +1231,7 @@ in {
|
||||||
tomcat = handleTest ./tomcat.nix {};
|
tomcat = handleTest ./tomcat.nix {};
|
||||||
tor = handleTest ./tor.nix {};
|
tor = handleTest ./tor.nix {};
|
||||||
tpm-ek = handleTest ./tpm-ek {};
|
tpm-ek = handleTest ./tpm-ek {};
|
||||||
traefik = handleTestOn ["aarch64-linux" "x86_64-linux"] ./traefik.nix {};
|
traefik = runTestOn ["aarch64-linux" "x86_64-linux"] ./traefik.nix;
|
||||||
trafficserver = handleTest ./trafficserver.nix {};
|
trafficserver = handleTest ./trafficserver.nix {};
|
||||||
transfer-sh = handleTest ./transfer-sh.nix {};
|
transfer-sh = handleTest ./transfer-sh.nix {};
|
||||||
transmission_3 = handleTest ./transmission.nix { transmission = pkgs.transmission_3; };
|
transmission_3 = handleTest ./transmission.nix { transmission = pkgs.transmission_3; };
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Test Traefik as a reverse proxy of a local web service
|
# Test Traefik as a reverse proxy of a local web service
|
||||||
# and a Docker container.
|
# and a Docker container.
|
||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ pkgs, ... }:
|
{
|
||||||
{
|
|
||||||
name = "traefik";
|
name = "traefik";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ joko ];
|
maintainers = [ joko ];
|
||||||
|
@ -105,5 +104,4 @@ import ./make-test-python.nix (
|
||||||
"curl -sSf -H Host:simplehttp.traefik.test http://traefik/"
|
"curl -sSf -H Host:simplehttp.traefik.test http://traefik/"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue