about summary refs log tree commit diff
path: root/nixos/tests/tomcat.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-12-28nixosTests.tomcat: add `lib` to imports to fix evalSergei Trofimovich1-1/+1
Without the change eval fails as: $ nix build --no-link -f. nixosTests.tomcat error: undefined variable 'lib'
2023-11-29nixosTests.tomcat: add anthonyroussel to maintainersAnthony Roussel1-0/+1
2023-11-07nixosTests.tomcat: test Apache Axis2 container integrationAnthony Roussel1-6/+11
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-03-13nixos/tomcat: add basic test case using the example appSander van der Burg1-0/+21
2019-07-20nixos/tests: drop tomcat connector testSamuel Dionne-Riel1-30/+0
The httpd subservice was dropped in #64052.
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2016-09-13Remove tomcat vm test timing issuesReno Reckling1-3/+2
(cherry picked from commit 090f1f0722b79cbba5f0abccac61496398789762) Signed-off-by: Domen Kožar <domen@dev.si>
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-3/+5
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-14Make it easier to run the testsEelco Dolstra1-2/+2
You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra1-5/+4
2013-10-29Fix evaluation error in the tomcat testEelco Dolstra1-4/+1
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+32