Move connecting socket to client: network

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia
2022-03-28 18:06:46 +00:00
parent 75a3ae4204
commit d771699df9
15 changed files with 117 additions and 67 deletions

View File

@@ -104,14 +104,6 @@ setup() {
assert_output --partial "unexpected concrete value"
}
@test "plan/client/filesystem/read/service" {
cd "$TESTDIR"
"$DAGGER" "do" -p ./plan/client/filesystem/read/service/valid.cue test
run "$DAGGER" "do" -p ./plan/client/filesystem/read/service/invalid.cue test
assert_failure
}
@test "plan/client/filesystem/write fs" {
cd "$TESTDIR/plan/client/filesystem/write"
@@ -158,6 +150,14 @@ setup() {
rm -f test.txt
}
@test "plan/client/network" {
cd "$TESTDIR"
"$DAGGER" "do" -p ./plan/client/network/valid.cue test
run "$DAGGER" "do" -p ./plan/client/network/invalid.cue test
assert_failure
}
@test "plan/client/env usage" {
cd "${TESTDIR}"