Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Create a Endpoint with all the options
# Create an Endpoint with all the options

## Step 00

Create a Endpoint using all available fields, and verify that the observed state corresponds to the spec.
Create an Endpoint using all available fields, and verify that the observed state corresponds to the spec.

Also validate that the OpenStack resource uses the name from the spec when it is specified.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create a Endpoint with the minimum options
# Create an Endpoint with the minimum options

## Step 00

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## Step 00

Import a Endpoint that references other imported resources. The referenced imported resources have no matching resources yet.
Import an Endpoint that references other imported resources. The referenced imported resources have no matching resources yet.
Verify the Endpoint is waiting for the dependency to be ready.

## Step 01

Create a Endpoint matching the import filter, except for referenced resources, and verify that it's not being imported.
Create an Endpoint matching the import filter, except for referenced resources, and verify that it's not being imported.

## Step 02

Create the referenced resources and a Endpoint matching the import filters.
Create the referenced resources and an Endpoint matching the import filters.

Verify that the observed status on the imported Endpoint corresponds to the spec of the created Endpoint.

Expand Down
6 changes: 3 additions & 3 deletions internal/controllers/endpoint/tests/endpoint-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Step 00

Import a endpoint that matches all fields in the filter, and verify it is waiting for the external resource to be created.
Import an endpoint that matches all fields in the filter, and verify it is waiting for the external resource to be created.

## Step 01

Create a endpoint whose name is a superstring of the one specified in the import filter, otherwise matching the filter, and verify that it's not being imported.
Create an endpoint whose name is a superstring of the one specified in the import filter, otherwise matching the filter, and verify that it's not being imported.

## Step 02

Create a endpoint matching the filter and verify that the observed status on the imported endpoint corresponds to the spec of the created endpoint.
Create an endpoint matching the filter and verify that the observed status on the imported endpoint corresponds to the spec of the created endpoint.
Also, confirm that it does not adopt any endpoint whose name is a superstring of its own.

## Reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Step 00

Create a Endpoint using only mandatory fields.
Create an Endpoint using only mandatory fields.

## Step 01

Expand Down