I would probably grimace and find my right eye twitch ramp back up if this was in my environment....but here you go:
node default {
if $::ipaddress =~ /^10\.0\.[3,4]\.\d{1,3}$/ {
include testing # testing class
}
}
Obviously make sure no other matching node defs exist for this host.
-Ryan