1bcb77e tests: Don't use assertNotIn

Authored and Committed by araszka 8 years ago
    tests: Don't use assertNotIn
    
    assertNotIn can be used in python >= 2.7
    EL6 use python2.6
    
    Signed-off-by: Aleš Raszka <araszka@redhat.com>