usr/src/cmd/auto-install/test/test_auto_install_manifest.py
changeset 1160 6f7e708c38ec
parent 1151 95413393ef67
child 1209 7758ee0bc272
equal deleted inserted replaced
1159:fbde90ccfae9 1160:6f7e708c38ec
    22 
    22 
    23 #
    23 #
    24 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    24 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    25 #
    25 #
    26 '''
    26 '''
    27 Tests auto install to a specified XML Profile
    27 Tests auto install to a specified XML Manifest
    28 '''
    28 '''
    29 
    29 
    30 import os
    30 import os
    31 import sys
    31 import sys
    32 import unittest
    32 import unittest
    33 
    33 
    34 from solaris_install.auto_install import auto_install
    34 from solaris_install.auto_install import auto_install
    35 from solaris_install.engine.test.engine_test_utils import reset_engine
    35 from solaris_install.engine.test.engine_test_utils import reset_engine
    36 
    36 
    37 
    37 
    38 class TestAutoInstallProfile(unittest.TestCase):
    38 class TestAutoInstallManifest(unittest.TestCase):
    39     '''Tests to auto installation succeeds with -m specified manifest '''
    39     '''Tests to auto installation succeeds with -m specified manifest '''
    40     AI = None
    40     AI = None
    41 
    41 
    42     def setUp(self):
    42     def setUp(self):
    43         '''
    43         '''