diff --git a/cli/installations_test.go b/cli/installations_test.go index cd96ccd..0057961 100644 --- a/cli/installations_test.go +++ b/cli/installations_test.go @@ -1,15 +1,19 @@ package cli import ( - "goftp.io/server/v2" - "goftp.io/server/v2/driver/file" "os" "path/filepath" "runtime" "testing" "time" + "goftp.io/server/v2" + "goftp.io/server/v2/driver/file" + "github.com/MarvinJWendt/testza" + "goftp.io/server/v2" + "goftp.io/server/v2/driver/file" + "github.com/satisfactorymodding/ficsit-cli/cfg" ) diff --git a/docker-compose-test.yml b/docker-compose-test.yml index b65227b..a1f3d3a 100755 --- a/docker-compose-test.yml +++ b/docker-compose-test.yml @@ -1,22 +1,6 @@ version: '2' services: - ftp: - image: fauria/vsftpd:latest - ports: - - "2020:20" - - "2121:21" - - "21100-21110:21100-21110" - volumes: - - ./SatisfactoryDedicatedServer:/home/vsftpd/user/server - environment: - - FTP_USER=user - - FTP_PASS=pass - - PASV_ADDRESS=127.0.0.1 - - PASV_MIN_PORT=21100 - - PASV_MAX_PORT=21110 - - LOG_STDOUT=true - ssh: image: lscr.io/linuxserver/openssh-server:latest ports: