Below is the test case summary of the integration test:

IndexTest Case NameDetailsExpected ResultTest Result
1Predict the communication message 

1: Login to UUI portal

2: Select Services Tab

3: Select Intent-based Services Tab

4: Fill the communication message and click Submit

The intent instance is shown on the portal.

The network topology is correctly shown.

PASSED


2Delete the created instance

1: Login to UUI portal

2: Select Services Tab

3: Select Intent-based Services Tab

4: click Delete button 

The intent instance is deleted on the portal.

The network topology is deleted.

PASSED
3Create multiple instancesRepeat 1 with different communication messages to create multiple instances which access multiple clouds.

These instances are listed on the portal.

The network topology is correctly shown.

PASSED
4Delete multiple instancesRepeat 2 of the related instances.

The intent instance are deleted on the portal.

The network topology is deleted.

PASSED
5Upload the NLP model

Use curl to upload and unzip the NLP model

The NLP model is deployed in NLP serverPASSED
  • No labels