Move connecting socket to client: network
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user