Rename tests with new naming convention and update tests lists
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
4
tests/ops/copy/invalid/cache/main.cue
vendored
4
tests/ops/copy/invalid/cache/main.cue
vendored
@@ -2,7 +2,7 @@ package testing
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
|
||||
test1: {
|
||||
TestCacheCopyLoadAlpine: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
@@ -25,7 +25,7 @@ test1: {
|
||||
]
|
||||
}
|
||||
|
||||
test2: {
|
||||
TestCacheCopy: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
|
@@ -2,7 +2,7 @@ package testing
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
|
||||
component: #up: [
|
||||
TestComponent: #up: [
|
||||
op.#FetchContainer & {
|
||||
ref: "alpine"
|
||||
},
|
||||
@@ -13,7 +13,7 @@ component: #up: [
|
||||
},
|
||||
]
|
||||
|
||||
test1: {
|
||||
TestComponentCopy: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
@@ -21,7 +21,7 @@ test1: {
|
||||
ref: "busybox"
|
||||
},
|
||||
op.#Copy & {
|
||||
from: component
|
||||
from: TestComponent
|
||||
src: "/id"
|
||||
dest: "/"
|
||||
},
|
||||
@@ -32,7 +32,7 @@ test1: {
|
||||
]
|
||||
}
|
||||
|
||||
test2: {
|
||||
TestNestedCopy: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
|
@@ -2,7 +2,7 @@ package testing
|
||||
|
||||
import "dagger.io/dagger/op"
|
||||
|
||||
test: {
|
||||
TestScriptCopy: {
|
||||
string
|
||||
|
||||
#up: [
|
||||
|
Reference in New Issue
Block a user