
>> asn32/aut-num/001 <<

# CASE 1: We try to create aut-num object AS123
# this objects tests various flavors of the attributes:
# mp-import mp-export mp-default
# import export default
# we test AS 32 number on itself
# we test AS 32 number as a part of the set name
# we test community value as a part of filter in import/export etc
#
# create aut-num object 
#
#SUCCESS
#
# RESULT 1: The creation will succeed.

>> asn32/aut-num/002 <<

# CASE 2: We try to create aut-num object AS123
# this objects tests various flavors of the attributes:
# import mp-default
# we test AS 32 number on itself
# we test AS 32 number as a part of the set name
# we test community value as a part of filter in import/mp-default.
# many errors to count.
#
# create aut-num object 
#
#FAILURE
#
# RESULT 2: The creation will fail.

>> asn32/aut-num/003 <<

# CASE 3: We try to create aut-num object AS94967295
# parent as-block exists
#
# create aut-num object 
#
#SUCCESS
#
# RESULT 3: The creation will succeed.

>> asn32/aut-num/004 <<

# CASE 4: We try to create aut-num object AS94967295
# parent as-block does not exist
# fail with 'no parent object' error
#
# create aut-num object 
#
#FAILURE
#
# RESULT 4: The creation will fail.

>> asn32/aut-num/005 <<

# CASE 5: We try to create aut-num object AS200
# it has member-of: as7775535:as-test:AS94967295
# which in turn exists and has mbrs-by-ref:TEST-MNT
# different case for as and AS
#
# create aut-num object 
#
#SUCCESS
#
# RESULT 5: The creation will succeed.

>> asn32/aut-num/006 <<

# CASE 6: We try to create aut-num object AS200
# it has member-of: as7775535:as-test:AS94967295
# which in turn exists and has NO mbrs-by-ref: TEST-MNT
#
# create aut-num object 
#
#FAILURE
#
# RESULT 6: The creation will fail.

>> asn32/aut-num/007 <<

# CASE 7: We try to create aut-num object AS4294967299
# which is more than a 32 bit number
# rejected with syntax error
#
# create aut-num object 
#
#FAILURE
#
# RESULT 7: The creation will fail.

>> asn32/aut-num/008 <<

# CASE 8: We try to create aut-num object AS200
# it has member-of: as7775535:as-test:AS94967295
# which in turn does not exist. This previously
# generated a dummy object.
#
# create aut-num object 
#
#FAILURE
#
# RESULT 8: The creation will fail.


# CASE 9: We try to create aut-num object AS0
# parent as-block exists
#
# create aut-num object 
#
#SUCCESS
#
# RESULT 9: The creation will succeed.


# CASE 10: We try to create aut-num object AS4294967295
# parent as-block exists
#
# create aut-num object 
#
#SUCCESS
#
# RESULT 10: The creation will succeed.


# CASE 11: We try to create aut-num object AS-1
# rejected with syntax error
#
# create aut-num object 
#
#FAILURE
#
# RESULT 11: The creation will fail.


# CASE 12: We try to create aut-num object AS2.3
# rejected with syntax error
#
# create aut-num object 
#
#FAILURE
#
# RESULT 12: The creation will fail.


