Skip to content

Commit

Permalink
test(upgrades): add link name for wasmCloud 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Oct 15, 2024
1 parent 5e8fb0b commit 43d8ec8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fixtures/manifests/outdatedapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
traits:
- type: link
properties:
name: hello
target:
name: hello-world
namespace: wasi
Expand All @@ -68,6 +69,7 @@ spec:
address: 0.0.0.0:8080
- type: link
properties:
name: dog
target:
name: dog-fetcher
namespace: wasi
Expand Down
2 changes: 2 additions & 0 deletions tests/fixtures/manifests/upgradedapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
# Updated linkdef trait
- type: link
properties:
name: hello
target:
name: hello-world
namespace: wasi
Expand All @@ -59,6 +60,7 @@ spec:
address: 0.0.0.0:8082
- type: link
properties:
name: dog
target:
name: dog-fetcher
namespace: wasi
Expand Down
2 changes: 2 additions & 0 deletions tests/fixtures/manifests/upgradedapp2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
traits:
- type: link
properties:
name: hello
target:
name: hello-world
namespace: wasi
Expand All @@ -59,6 +60,7 @@ spec:
address: 0.0.0.0:8080
- type: link
properties:
name: dog
target:
name: dog-fetcher
namespace: wasi
Expand Down

0 comments on commit 43d8ec8

Please sign in to comment.