Add back test_novnc

Add this test back as the depends-on commit will fix the RFB
negotiation issue.

Change-Id: I5031190ccd718ca5a79bd1883c86a7468c4c9eca
Depends-on: I506e7a90348324c36a06525e74c0c39ed2547d4c
This commit is contained in:
jianghua wang 2017-03-13 14:59:46 +08:00 committed by jianghua
parent 4bb47eaf1c
commit 18da81dfde

View File

@ -3,7 +3,6 @@ COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
# Exclude volume backup and upload tests to avoid heavy disk IO.
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.*test_volumes_backup.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.*test_volume_upload.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc.*"
# Exclude the device tagging tests as that feature is still under development: https://review.openstack.org/#/c/333781
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_device_tagging.*"