t_plat.py revision 1504
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
import unittest
import os
import shutil
import sys
import tempfile
# Set the path so that modules above can be found
import pkg5unittest
pass
def testRelease(self):
# make sure it can be used in an fmri
def testForcibleRename(self):
# rename a file on top of another file which already exists
return
exefilesrc = 'C:\\Windows\\system32\\more.com'
# create an image, copy an executable into it,
# run the executable, replace the executable
# Make sure that the moved executable gets deleted
# This is a white-box test
# To simulate running another process, we delete the cache
# and call get_trashdir as if another file was being moved
# to the trash.
# cleanup
return
exefilesrc = 'C:\\Windows\\system32\\more.com'
# create an image, copy an executable into it,
# run the executable, remove the executable
# Make sure that the moved executable gets deleted
# This is a white-box test
# To simulate running another process, we delete the cache
# and call get_trashdir as if another file was being moved
# to the trash.
# cleanup
if __name__ == "__main__":