Multiple Virtual Service selection in VSE reports is not highlighted or removed
search cancel

Multiple Virtual Service selection in VSE reports is not highlighted or removed

book

Article ID: 449038

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

In the Reporting section of the DevTest AWS Portal, when selecting multiple Virtual Services (VS) in a VSE report, the UI does not provide visual feedback:

  • Selected Virtual Services are not highlighted.
  • Selected items are not removed from the selection list.
  • This causes confusion regarding which services have already been added to the report.

Environment

  • DevTest Solutions (Service Virtualization)
  • K8s Portal builds 10.8.4.1

Cause

This is a known UI defect in early versions of the DevTest 10.8.4 service pack where the selection state was not properly reflected in the Portal Reporting UI.

Resolution

This issue is resolved in the DevTest 10.8.4.2 service pack images. To fix this, pull and deploy the updated Docker images from the Broadcom package registry.

Prerequisites

  • Access to .
  • A valid Registry Token generated from the "My Downloads" page.

Implementation Steps

  1. Authenticate against the Broadcom Registry:

    bash
     
    docker login sv-docker.packages.broadcom.com -u {your-support-email} -p {your-registry-token}
  2. Pull the updated 10.8.4.2 images: Run the following commands to update the core components:

    bash
     
    docker pull sv-docker.packages.broadcom.com/sv/portal:10.8.4.2docker pull sv-docker.packages.broadcom.com/sv/lisa:10.8.4.2docker pull sv-docker.packages.broadcom.com/sv/config-server:10.8.4.2docker pull sv-docker.packages.broadcom.com/sv/enterprise-dashboard:10.8.4.2
  3. Deploy the updated images: Restart your DevTest environment using the newly pulled version tags.

Note: The iaam and virtual-service-catalog images have not changed and can remain on version 10.8.4 or 10.8.4.1.