You've already forked docker-volume-backup
mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-11-23 21:44:40 +02:00
Current test setup is too restrictive, allow running a series of executables in different contexts instead (#597)
* Current test setup is too restrictive, allow running a series of executables in different contexts instead * Split existing tests that test against swarm
This commit is contained in:
@@ -1 +0,0 @@
|
||||
worker1
|
||||
|
||||
9
test/worker-node/01manager.sh
Executable file
9
test/worker-node/01manager.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
. ../util.sh
|
||||
current_test=$(basename $(pwd))
|
||||
|
||||
docker stack deploy --compose-file=docker-compose.yml test_stack
|
||||
1
test/worker-node/02worker1.sh.context
Normal file
1
test/worker-node/02worker1.sh.context
Normal file
@@ -0,0 +1 @@
|
||||
worker1
|
||||
Reference in New Issue
Block a user