Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Sep 16, 2024
1 parent be25521 commit 26d86cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
run: |-
mvn clean test -DenvUrl=${{ env.TEST_HOST_URL }}
- name: Generate report
if: always()
shell: bash
run: |-
cd equinix-openapi-fabric-tests
mvn surefire-report:report -DskipTests
- name: attach report as attachment
if: always()
uses: actions/upload-artifact@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public static Connection createPort2SpConnection() throws ApiException {
.getData().stream()
.filter(sp -> sp.getState().equals(ServiceProfileStateEnum.ACTIVE))
.filter(sp -> sp.getVisibility().equals(ServiceProfileVisibilityEnum.PUBLIC))
.filter(sp -> !sp.getAccessPointTypeConfigs().get(0).getServiceProfileAccessPointTypeCOLO().getSupportedBandwidths().isEmpty())
.findAny().get();

UsersItem usersItem = Utils.getUserData(getCurrentUser());
Expand Down

0 comments on commit 26d86cd

Please sign in to comment.