From 7820026f532c89df0ea99ca57566e766123c76d7 Mon Sep 17 00:00:00 2001 From: Jason Morris <10388115+morris-jason@users.noreply.github.com> Date: Fri, 18 May 2018 14:35:17 -0500 Subject: [PATCH] Provision vic-ui in the ova (#1758) Introduces caching of the vic-ui plugin artifacts as a component of the ova. Updates the fileserver provisioner to package vic-ui with the correct version numbers. Fixes #1433. --- tests/manual-test-cases/TestGroups.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/manual-test-cases/TestGroups.md b/tests/manual-test-cases/TestGroups.md index 47776a9ba4..846b962492 100644 --- a/tests/manual-test-cases/TestGroups.md +++ b/tests/manual-test-cases/TestGroups.md @@ -10,6 +10,4 @@ VIC Integration Test Suite - [Group 7 - Upgrade](Group7-Upgrade/TestCases.md) - -[Group 8 - Manual Upgrade](Group8-Manual-Upgrade/TestCases.md) -- [Group 18 - VIC UI](Group18-VIC-UI/TestCases.md) TODO(morris-jason)