public class KickstartScheduleCommandTest extends BaseKickstartCommandTestCase
ksdatauser| Constructor and Description |
|---|
KickstartScheduleCommandTest() |
| Modifier and Type | Method and Description |
|---|---|
static KickstartScheduleCommand |
scheduleAKickstart(Server server,
KickstartData ksdata)
Util method to schedule a Kickstart.
|
void |
setUp()
Called once per test method.
|
static void |
setupChannelForKickstarting(Channel c,
User user) |
void |
testCommandActKey() |
void |
testCommandExisting() |
void |
testCommandNoProfileSynch() |
void |
testCommandPackageProfile() |
void |
testCommandProxyKs() |
void |
testGetProxies() |
void |
testKickstartPackageName() |
void |
testKickstartProfiles() |
void |
testProfileArches()
Big test to make sure we include x86_64 ks profiles if the
box has an i386 basechannel but seems to be 64bit hardware.
|
void |
testSameChannels() |
void |
testScheduleKs() |
void |
xDifferentBaseChannel() |
commitHappened, tearDownassertContains, assertContains, assertContains, assertNotBefore, assertNotBefore, assertNotEmpty, assertNotEmpty, assertPropertyEquals, clearSession, commitAndCloseSession, createDirIfNotExists, disableLocalizationServiceLogging, enableLocalizationServiceLogging, flushAndEvict, getNow, reload, reloadassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic void setUp()
throws java.lang.Exception
setUp in class BaseKickstartCommandTestCasejava.lang.Exception - if an error occurs during setup.public void testCommandActKey()
throws java.lang.Exception
java.lang.Exceptionpublic void testProfileArches()
throws java.lang.Exception
java.lang.Exception - something bad happenedpublic void testCommandExisting()
throws java.lang.Exception
java.lang.Exceptionpublic void testCommandNoProfileSynch()
throws java.lang.Exception
java.lang.Exceptionpublic void testCommandProxyKs()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetProxies()
throws java.lang.Exception
java.lang.Exceptionpublic void testCommandPackageProfile()
throws java.lang.Exception
java.lang.Exceptionpublic void testScheduleKs()
throws java.lang.Exception
java.lang.Exceptionpublic void testKickstartProfiles()
throws java.lang.Exception
java.lang.Exceptionpublic void testKickstartPackageName()
public void testSameChannels()
throws java.lang.Exception
java.lang.Exceptionpublic void xDifferentBaseChannel()
throws java.lang.Exception
java.lang.Exceptionpublic static KickstartScheduleCommand scheduleAKickstart(Server server, KickstartData ksdata) throws java.lang.Exception
server - to schedule againstksdata - to usejava.lang.Exception - something bad happened