blob: c420b119aca1f55c62ec9e4c0de84a42494fb37a (
plain) (
tree)
|
|
<<<<<<< HEAD
{suites,"../ssh_test",all}.
{skip_cases,"../ssh_test",ssh_ssh_SUITE,
[ssh],
"Current implementation is timingdependent and\nhence will succeed/fail on a whim"}.
{skip_cases,"../ssh_test",ssh_ssh_SUITE,
[ssh_compressed],
"Current implementation is timingdependent hence will succeed/fail on a whim"}.
=======
{topcase, {dir, "../ssh_test"}}.
{require_nodenames, 1}.
{skip, {ssh_ssh_SUITE, ssh, "Current implementation is timingdependent and
hence will succeed/fail on a whim"}}.
{skip, {ssh_ssh_SUITE, ssh_compressed,
"Current implementation is timingdependent hence will succeed/fail on a whim"}}.
>>>>>>> Add test suite for ssh
|