[pykickstart][rhel7-branch/master][PATCH 2/2] Add tests for --interfacename validation

Chris Lumens clumens at redhat.com
Mon Sep 8 15:51:29 UTC 2014


> +class RHEL7_TestCase(CommandTest):
> +    command = "network"

This class should be a subclass of F20_TestCase and runTest should call
its parent.  While it seems a little like overkill, setting things up
this way has caught bugs in the past.

- Chris


More information about the anaconda-patches mailing list