add_testbox.pgsql revision cf22150eaeeb72431bf1cf65c309a431454fb22b
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- Test data.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- Copyright (C) 2012-2014 Oracle Corporation
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- This file is part of VirtualBox Open Source Edition (OSE), as
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- available from http://www.virtualbox.org. This file is free software;
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- you can redistribute it and/or modify it under the terms of the GNU
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- General Public License (GPL) as published by the Free Software
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- Foundation, in version 2 as it comes in the "COPYING" file of the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- VirtualBox OSE distribution. VirtualBox OSE is distributed in the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- The contents of this file may alternatively be used under the terms
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- of the Common Development and Distribution License Version 1.0
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- (CDDL) only, as it comes in the "COPYING.CDDL" file of the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- VirtualBox OSE distribution, in which case the provisions of the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- CDDL are applicable instead of those of the GPL.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- You may elect to license modified versions of this file under the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-- terms and conditions of either the GPL or the CDDL or both.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync\connect testmanager;
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncINSERT INTO users (sUsername, sNickname, sFullName, sLoginName)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync VALUES ('testmanager', 'testmanager', 'testmanager', 'testmanager');
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncINSERT INTO testboxes (uidAuthor,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync uuidSystem,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync sOsVersion,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync sCpuVendor,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync fCpuHwVirt,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync fCpuNestedPaging,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync fCpu64BitGuest,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync fChipsetIoMmu,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync cMbScratch)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync '127.0.0.1',
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync '9394c36a-cb2f-3c7f-b987-9f54a4519bbc',
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync 'localhost',