Skip to content

Commit

Permalink
vic-ui robot tests (#1911)
Browse files Browse the repository at this point in the history
Refactor register tests to use thumbprint
Refacotr UI plugin registration test cases
  • Loading branch information
wjun committed Aug 30, 2018
1 parent fedc81d commit c61a166
Show file tree
Hide file tree
Showing 26 changed files with 293 additions and 1,076 deletions.
4 changes: 2 additions & 2 deletions installer/fileserver/routes/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func needInitializationServices(req *http.Request) bool {

func rejectRestrictedRequest(op trace.Operation, resp http.ResponseWriter, req *http.Request) bool {
paths := map[string]struct{}{
"/": struct{}{},
"/index.html": struct{}{},
"/": {},
"/index.html": {},
}
if _, ok := paths[req.URL.Path]; !ok {
op.Errorf("Request path %s not found in %-v", req.URL.Path, paths)
Expand Down
32 changes: 0 additions & 32 deletions tests/manual-test-cases/Group18-VIC-UI/18-1-VIC-UI-Installer.md

This file was deleted.

76 changes: 0 additions & 76 deletions tests/manual-test-cases/Group18-VIC-UI/18-1-VIC-UI-Installer.robot

This file was deleted.

26 changes: 0 additions & 26 deletions tests/manual-test-cases/Group18-VIC-UI/18-2-VIC-UI-Uninstaller.md

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions tests/manual-test-cases/Group18-VIC-UI/18-3-VIC-UI-NGC-tests.md

This file was deleted.

Loading

0 comments on commit c61a166

Please sign in to comment.